mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 16:30:15 +00:00
Adwaita: fix active state for radios & checkboxes
Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/2493
This commit is contained in:
parent
fb2502fa5f
commit
ed2a4e2d93
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user