Skip to content

Commit 3dc0bbe

Browse files
committed
reenable old xfce styles in 3.20 until we can rewrite them.
1 parent 679bb1d commit 3dc0bbe

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/gtk-3.20/scss/_widgets.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
@import "apps/nemo";
3535
@import "apps/panel";
3636
@import "apps/synaptic";
37-
//@import "apps/xfce";
37+
@import "apps/xfce";
3838
@import "apps/unity";
3939
@import "apps/lightdm";

src/gtk-3.20/scss/apps/_xfce.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
****************/
66

77
@include exports("xfce") {
8-
/*XfceHeading {
8+
.XfceHeading {
99
margin: 0;
1010
padding: 0;
1111
border: 0;
@@ -20,6 +20,5 @@
2020
font: inherit;
2121

2222
button { @extend %panelbutton; }
23-
}*/
24-
23+
}
2524
}

0 commit comments

Comments
 (0)