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:
Gustaf-C 2023-11-23 14:56:45 +08:00 committed by GitHub
parent 89fe5f710c
commit cf71ad1256

View file

@ -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);
}
}