mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -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 != "") {
|
@if ($active-class != "") {
|
||||||
&.#{$active-class} {
|
&.#{$active-class} {
|
||||||
@include impressed-shadow(0.35);
|
@include impressed-shadow(0.35);
|
||||||
|
background: var(--button-primary-bg);
|
||||||
|
color: white;
|
||||||
border-color: var(--border);
|
border-color: var(--border);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue