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 366f78715b
commit 24e5912448
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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