Adwaita: fix active state for radios & checkboxes

Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/2493
This commit is contained in:
Jakub Steiner 2020-04-15 13:34:41 +02:00
parent fb2502fa5f
commit ed2a4e2d93

View File

@ -585,7 +585,8 @@
}
@if $t==active {
box-shadow: inset 0 1px 1px 0px if($variant == 'light', rgba(0, 0, 0, 0.2), black);
box-shadow: inset 0 1px if($variant == 'light', rgba(0, 0, 0, 0.2), black);
background-image: if($c == white, image(darken($c, 15%)), image(darken($c, 5%)));
}
@if $t==insensitive {