mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Fix selection checkboxes for Gnome apps. Fixes #304
We are only using png here ,but it also plays well with svg.
This commit is contained in:
committed by
Khurshid Alam
parent
70dec4cadf
commit
5ea55ab061
@@ -66,10 +66,20 @@ $suffix: if($variant == "dark", "-dark", "");
|
||||
margin-left: $spacing;
|
||||
}
|
||||
|
||||
iconview.content-view.cell.check {
|
||||
-gtk-icon-source: url("assets/grid-selection-unchecked#{$suffix}.png");
|
||||
|
||||
&:active { -gtk-icon-source: url("assets/grid-selection-checked#{$suffix}.png"); }
|
||||
//selection-mode
|
||||
@each $s,$as in ('', '-unchecked'),
|
||||
(':hover', '-unchecked'),
|
||||
(':active', '-checked'),
|
||||
(':backdrop', '-unchecked'),
|
||||
(':checked', '-checked'),
|
||||
(':checked:hover', '-checked'),
|
||||
(':checked:active', '-checked'),
|
||||
(':backdrop:checked', '-checked') {
|
||||
.view.content-view.check#{$s}:not(list) {
|
||||
-gtk-icon-shadow: none;
|
||||
-gtk-icon-source: url("../assets/grid-selection#{$as}#{$suffix}.png");
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user