mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Fix gnome-shell switches style
This commit is contained in:
@@ -154,6 +154,9 @@ StScrollBar {
|
||||
width: 65px;
|
||||
height: 22px;
|
||||
background-size: contain;
|
||||
//Gnome 3.32//
|
||||
background-image: url("assets/toggle-off.svg");
|
||||
&:checked { background-image: url("assets/toggle-on.svg"); }
|
||||
}
|
||||
|
||||
@each $v in us, intl {
|
||||
@@ -1537,8 +1540,7 @@ StScrollBar {
|
||||
background-image: none;
|
||||
background-color: rgba(255, 255, 255, 0.7);
|
||||
}
|
||||
&:checked .page-indicator-icon,
|
||||
&:checked:active {
|
||||
&:checked .page-indicator-icon{
|
||||
background-image: none;
|
||||
background-color: #FFFFFF;
|
||||
transition-duration: 0s;
|
||||
|
||||
Reference in New Issue
Block a user