mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
gnome-shell: fix checkboxes
This commit is contained in:
parent
30873a9f3a
commit
b028478692
@ -155,11 +155,11 @@ StScrollBar {
|
||||
background-image: url("checkbox/checkbox-unchecked.svg");
|
||||
}
|
||||
|
||||
&:focus Stbin { background-image: url("checkbox/checkbox-unchecked-focused.svg"); }
|
||||
&:focus StBin { background-image: url("checkbox/checkbox-unchecked-focused.svg"); }
|
||||
|
||||
&:checked Stbin { background-image: url("checkbox/checkbox-checked.svg"); }
|
||||
&:checked StBin { background-image: url("checkbox/checkbox-checked.svg"); }
|
||||
|
||||
&:focus:checked Stbin { background-image: url("checkbox/checkbox-checked-focused.svg"); }
|
||||
&:focus:checked StBin { background-image: url("checkbox/checkbox-checked-focused.svg"); }
|
||||
}
|
||||
|
||||
//
|
||||
|
@ -133,11 +133,11 @@ StScrollBar {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background-image: url("checkbox/checkbox-unchecked.svg"); }
|
||||
.check-box:focus Stbin {
|
||||
.check-box:focus StBin {
|
||||
background-image: url("checkbox/checkbox-unchecked-focused.svg"); }
|
||||
.check-box:checked Stbin {
|
||||
.check-box:checked StBin {
|
||||
background-image: url("checkbox/checkbox-checked.svg"); }
|
||||
.check-box:focus:checked Stbin {
|
||||
.check-box:focus:checked StBin {
|
||||
background-image: url("checkbox/checkbox-checked-focused.svg"); }
|
||||
|
||||
.toggle-switch {
|
||||
|
Loading…
Reference in New Issue
Block a user