From a4cefd6ad34c89198f0b94baf816224934f1aa7e Mon Sep 17 00:00:00 2001 From: Csaba Jakosa Date: Tue, 1 Nov 2016 09:18:18 +0100 Subject: [PATCH] [Gtk-3.20] Fixed xfce4 code. --- src/gtk-3.20/scss/apps/_xfce.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/gtk-3.20/scss/apps/_xfce.scss b/src/gtk-3.20/scss/apps/_xfce.scss index a710f2d..4300474 100644 --- a/src/gtk-3.20/scss/apps/_xfce.scss +++ b/src/gtk-3.20/scss/apps/_xfce.scss @@ -20,5 +20,11 @@ font: inherit; button { @extend %panelbutton; } + + menu { + -gtk-icon-effect: none; + + text-shadow: none; + } } }