Skip to content

Commit 7e617ce

Browse files
committed
disable some unused styles for xfce
(cherry picked from commit e4d2eb5) (cherry picked from commit c2687a1)
1 parent 30b14f7 commit 7e617ce

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

gtk-3.0/scss/_widgets.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
@import "apps/nemo";
3232
@import "apps/panel";
3333
@import "apps/synaptic";
34-
@import "apps/xfce";
34+
//@import "apps/xfce";
3535
@import "apps/unity";
3636
@import "apps/lightdm";
3737
@import "apps/gnome-terminal";

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";

gtk-3.20/scss/apps/_xfce.scss

Lines changed: 3 additions & 4 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;
@@ -17,10 +17,9 @@
1717
.xfce4-panel {
1818
@extend %panel;
1919
20-
font: normal;
20+
font: inherit;
2121
2222
button { @extend %panelbutton; }
23+
}*/
2324

24-
menu, .menu { -gtk-icon-effect: none; }
25-
}
2625
}

0 commit comments

Comments
 (0)