theme: Fix high-contrast switches
Commit 9d6fcfdc85
dropped the different us/intl switches, but
the high-contrast theme was left out at the time (and therefore
ends up with the regular assets now).
https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4672
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2000>
This commit is contained in:
parent
ddb6276a49
commit
2dcbf5f33b
@ -11,9 +11,9 @@ stage {
|
||||
}
|
||||
|
||||
.toggle-switch { width: 48px; }
|
||||
.toggle-switch-us, .toggle-switch-intl {
|
||||
background-image: url("resource:///org/gnome/shell/theme/toggle-off-hc.svg");
|
||||
&:checked { background-image: url("resource:///org/gnome/shell/theme/toggle-on-hc.svg"); }
|
||||
.toggle-switch {
|
||||
background-image: url("resource:///org/gnome/shell/theme/toggle-off-hc.svg");
|
||||
&:checked { background-image: url("resource:///org/gnome/shell/theme/toggle-on-hc.svg"); }
|
||||
}
|
||||
|
||||
//force opaque panel
|
||||
|
Loading…
Reference in New Issue
Block a user