Fixed '_text_shadow_color' is not a valid color name' for gtk3

This commit is contained in:
eudaimon 2023-03-09 09:03:24 +01:00
parent f3b73700eb
commit c52aee8169
5 changed files with 295 additions and 335 deletions

View file

@ -1017,7 +1017,7 @@ button.color {
&, overlay { border-radius: 0; }
@if $variant == 'light' {
box-shadow: 0 1px _text_shadow_color();
//box-shadow: 0 1px _text_shadow_color();
.osd & { box-shadow: none; }
}