disable some unused styles for xfce

(cherry picked from commit e4d2eb5)

(cherry picked from commit c2687a1)
pull/549/merge
Dustin Falgout 2016-09-18 02:26:03 -05:00
parent 30b14f77d0
commit 7e617ce8f5
3 changed files with 5 additions and 6 deletions

View File

@ -31,7 +31,7 @@
@import "apps/nemo"; @import "apps/nemo";
@import "apps/panel"; @import "apps/panel";
@import "apps/synaptic"; @import "apps/synaptic";
@import "apps/xfce"; //@import "apps/xfce";
@import "apps/unity"; @import "apps/unity";
@import "apps/lightdm"; @import "apps/lightdm";
@import "apps/gnome-terminal"; @import "apps/gnome-terminal";

View File

@ -34,6 +34,6 @@
@import "apps/nemo"; @import "apps/nemo";
@import "apps/panel"; @import "apps/panel";
@import "apps/synaptic"; @import "apps/synaptic";
@import "apps/xfce"; //@import "apps/xfce";
@import "apps/unity"; @import "apps/unity";
@import "apps/lightdm"; @import "apps/lightdm";

View File

@ -5,7 +5,7 @@
****************/ ****************/
@include exports("xfce") { @include exports("xfce") {
XfceHeading { /*XfceHeading {
margin: 0; margin: 0;
padding: 0; padding: 0;
border: 0; border: 0;
@ -17,10 +17,9 @@
.xfce4-panel { .xfce4-panel {
@extend %panel; @extend %panel;
font: normal; font: inherit;
button { @extend %panelbutton; } button { @extend %panelbutton; }
}*/
menu, .menu { -gtk-icon-effect: none; }
}
} }