mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
fix hover color
This commit is contained in:
parent
c8cd2913f3
commit
784d4778bc
@ -121,6 +121,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
.ant-btn-primary:not(:disabled):not(.ant-btn-disabled) {
|
||||
&:hover {
|
||||
background-color: var(--colorPrimary);
|
||||
filter: brightness(130%);
|
||||
}
|
||||
}
|
||||
|
||||
.ant-btn-primary[disabled] {
|
||||
opacity: 0.5 !important;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user