[Gtk-3.18] Use icon-shadow instead of -gtk-icon-shadow. Fixes #558

pull/562/head
Csaba Jakosa 2016-09-04 08:37:08 +02:00 committed by Khurshid Alam
parent 67bf7e2697
commit 90d74c5247
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}