We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45210ca commit 1a8c9bfCopy full SHA for 1a8c9bf
1 file changed
src/gtk-3.20/scss/apps/_gnome-applications.scss
@@ -29,3 +29,31 @@
29
}
30
31
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