We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67bf7e2 commit 90d74c5Copy full SHA for 90d74c5
1 file changed
gtk-3.0/scss/widgets/_toggle.scss
@@ -66,7 +66,7 @@ $suffix: if($variant == "dark", "-dark", "");
66
(':checked:active', '-checked'),
67
(':backdrop:checked', '-checked') {
68
.view.content-view.check#{$s}:not(list) {
69
- -gtk-icon-shadow: none;
+ icon-shadow: none;
70
-gtk-icon-source: url("../assets/grid-selection#{$as}#{$suffix}.png");
71
background-color: transparent;
72
}
0 commit comments