Gnome-Shell: update switches theme tweaks
This commit is contained in:
@@ -2580,17 +2580,8 @@ $_osd_color: if($variant=='light', black, $fg_color);
|
||||
-barlevel-border-width: 0;
|
||||
-slider-handle-radius: 0; }
|
||||
|
||||
/* Switches */
|
||||
/* Popovers/Menus */
|
||||
/*
|
||||
.toggle-switch {
|
||||
background-image: if($variant == 'light', url("assets/toggle-off.svg"),
|
||||
url("assets/toggle-off-dark.svg"));
|
||||
&:checked {
|
||||
background-image: if($variant == 'light', url("assets/toggle-on.svg"),
|
||||
url("assets/toggle-on-dark.svg"));
|
||||
}
|
||||
}
|
||||
|
||||
// menu items
|
||||
.popup-menu-item {
|
||||
&.selected, &:active {
|
||||
|
||||
Reference in New Issue
Block a user