mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 13:17:12 -05:00
Fix disabled history button's hover styles
The `background` property from the primary styles had a higher priority
This commit is contained in:
parent
bc260a0c29
commit
789b0a702e
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@
|
|||
cursor: not-allowed;
|
||||
color: var(--fg-disabled);
|
||||
box-shadow: none !important;
|
||||
background-color: var(--button-gradient-end);
|
||||
background: var(--button-gradient-end);
|
||||
border-bottom-color: var(--border-subtle);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue