Skip to content

Commit 90d74c5

Browse files
megaxkhurshid-alam
authored andcommitted
[Gtk-3.18] Use icon-shadow instead of -gtk-icon-shadow. Fixes #558
1 parent 67bf7e2 commit 90d74c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gtk-3.0/scss/widgets/_toggle.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ $suffix: if($variant == "dark", "-dark", "");
6666
(':checked:active', '-checked'),
6767
(':backdrop:checked', '-checked') {
6868
.view.content-view.check#{$s}:not(list) {
69-
-gtk-icon-shadow: none;
69+
icon-shadow: none;
7070
-gtk-icon-source: url("../assets/grid-selection#{$as}#{$suffix}.png");
7171
background-color: transparent;
7272
}

0 commit comments

Comments
 (0)