disable some unused styles for xfce

(cherry picked from commit e4d2eb5)

(cherry picked from commit c2687a1)
This commit is contained in:
Dustin Falgout
2016-09-18 02:32:02 -05:00
parent 30b14f77d0
commit 7e617ce8f5
3 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
@import "apps/nemo";
@import "apps/panel";
@import "apps/synaptic";
@import "apps/xfce";
//@import "apps/xfce";
@import "apps/unity";
@import "apps/lightdm";
@import "apps/gnome-terminal";
+1 -1
View File
@@ -34,6 +34,6 @@
@import "apps/nemo";
@import "apps/panel";
@import "apps/synaptic";
@import "apps/xfce";
//@import "apps/xfce";
@import "apps/unity";
@import "apps/lightdm";
+3 -4
View File
@@ -5,7 +5,7 @@
****************/
@include exports("xfce") {
XfceHeading {
/*XfceHeading {
margin: 0;
padding: 0;
border: 0;
@@ -17,10 +17,9 @@
.xfce4-panel {
@extend %panel;
font: normal;
font: inherit;
button { @extend %panelbutton; }
}*/
menu, .menu { -gtk-icon-effect: none; }
}
}