Skip to content

Commit 1a8c9bf

Browse files
megaxkhurshid-alam
authored andcommitted
[Gtk-3.22][Gtk-3.20] Fix iconview background for Unity-Control-Center. Fixes #634
1 parent 45210ca commit 1a8c9bf

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

src/gtk-3.20/scss/apps/_gnome-applications.scss

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,31 @@
2929
}
3030
}
3131
}
32+
33+
34+
/************************
35+
! Unity-Control-Center *
36+
*************************/
37+
38+
@include exports("unity-control-center") {
39+
// Fixed: https://github.com/numixproject/numix-gtk-theme/issues/634
40+
.background:not(.csd):not(.solid-csd) > box.vertical > notebook.frame {
41+
// hide unwanted frames
42+
border: 0 none transparent;
43+
44+
> stack > scrolledwindow > viewport > box.vertical > frame > box.vertical {
45+
// reset $base_color;
46+
iconview.view {
47+
&, &:backdrop {
48+
background-color: transparent;
49+
}
50+
51+
&:selected {
52+
&:focus, & {
53+
@extend %selected_items;
54+
}
55+
}
56+
}
57+
}
58+
}
59+
}

0 commit comments

Comments
 (0)