mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 14:03:55 -05:00
FIX darkmode disabled
This commit is contained in:
parent
e80cf4b699
commit
615f3f4e45
1 changed files with 6 additions and 1 deletions
|
|
@ -105,7 +105,12 @@
|
|||
cursor: not-allowed;
|
||||
color: var(--fg-disabled);
|
||||
box-shadow: none !important;
|
||||
background-color: var(--button-gradient-end);
|
||||
@if $with-dropdown {
|
||||
background-color: transparent;
|
||||
}
|
||||
@else {
|
||||
background-color: var(--button-gradient-end);
|
||||
}
|
||||
border-bottom-color: var(--border-subtle);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue