We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679bb1d commit 3dc0bbeCopy full SHA for 3dc0bbe
src/gtk-3.20/scss/_widgets.scss
@@ -34,6 +34,6 @@
34
@import "apps/nemo";
35
@import "apps/panel";
36
@import "apps/synaptic";
37
-//@import "apps/xfce";
+@import "apps/xfce";
38
@import "apps/unity";
39
@import "apps/lightdm";
src/gtk-3.20/scss/apps/_xfce.scss
@@ -5,7 +5,7 @@
5
****************/
6
7
@include exports("xfce") {
8
- /*XfceHeading {
+ .XfceHeading {
9
margin: 0;
10
padding: 0;
11
border: 0;
@@ -20,6 +20,5 @@
20
font: inherit;
21
22
button { @extend %panelbutton; }
23
- }*/
24
-
+ }
25
}
0 commit comments