Gnome-Shell: update switches theme tweaks

This commit is contained in:
Daniel Ruiz de Alegría
2022-03-03 09:02:30 +01:00
parent 3b5b128c0b
commit 910260d50c
9 changed files with 7 additions and 34 deletions
@@ -31,17 +31,8 @@ $_osd_color: if($variant=='light', black, $fg_color);
-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 {