mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue