pull/559/head
Megax 2016-09-03 15:24:08 +02:00
parent c997dd3402
commit 0246aafe07
1 changed files with 1 additions and 1 deletions
gtk-3.0/scss/widgets

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