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; + } } }