mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
[Gtk-3.18] Use icon-shadow instead of -gtk-icon-shadow. Fixes #558
This commit is contained in:
committed by
Khurshid Alam
parent
67bf7e2697
commit
90d74c5247
@@ -66,7 +66,7 @@ $suffix: if($variant == "dark", "-dark", "");
|
||||
(':checked:active', '-checked'),
|
||||
(':backdrop:checked', '-checked') {
|
||||
.view.content-view.check#{$s}:not(list) {
|
||||
-gtk-icon-shadow: none;
|
||||
icon-shadow: none;
|
||||
-gtk-icon-source: url("../assets/grid-selection#{$as}#{$suffix}.png");
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user