diff --git a/gtk-3.0/scss/_widgets.scss b/gtk-3.0/scss/_widgets.scss index db51b05..93fc70e 100644 --- a/gtk-3.0/scss/_widgets.scss +++ b/gtk-3.0/scss/_widgets.scss @@ -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"; diff --git a/gtk-3.20/scss/_widgets.scss b/gtk-3.20/scss/_widgets.scss index 0b775a2..5673c71 100644 --- a/gtk-3.20/scss/_widgets.scss +++ b/gtk-3.20/scss/_widgets.scss @@ -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"; diff --git a/gtk-3.20/scss/apps/_xfce.scss b/gtk-3.20/scss/apps/_xfce.scss index 1799357..86d06d1 100644 --- a/gtk-3.20/scss/apps/_xfce.scss +++ b/gtk-3.20/scss/apps/_xfce.scss @@ -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; } - } }