mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Improve visibility of clicked buttons in editor (#2841)
* Improve button visibility in editor when clicked * Turn button text white for light-mode visibility
This commit is contained in:
parent
366f78715b
commit
24e5912448
1 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,8 @@
|
|||
@if ($active-class != "") {
|
||||
&.#{$active-class} {
|
||||
@include impressed-shadow(0.35);
|
||||
background: var(--button-primary-bg);
|
||||
color: white;
|
||||
border-color: var(--border);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue