From 7e617ce8f5f11b289b8f944dc4558ea98bd072f5 Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Sun, 18 Sep 2016 02:26:03 -0500 Subject: [PATCH] disable some unused styles for xfce (cherry picked from commit e4d2eb5) (cherry picked from commit c2687a1) --- gtk-3.0/scss/_widgets.scss | 2 +- gtk-3.20/scss/_widgets.scss | 2 +- gtk-3.20/scss/apps/_xfce.scss | 7 +++---- 3 files changed, 5 insertions(+), 6 deletions(-) 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; } - } }