From c5ed48f5af3debbbfe483febed3604eb623823a6 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Mon, 16 May 2016 22:28:36 +0200 Subject: fix a firefox workaround --- common/gtk-3.0/3.20/sass/_common.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'common/gtk-3.0/3.20/sass/_common.scss') diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index 68ad9aa..8cf477d 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -1616,8 +1616,9 @@ menu, } // Firefox workaround - .separator, - .csd & .separator { color: $_menu_bg; } + .separator:not(label), + .csd & .separator:not(label) { color: $_menu_bg; } + // Firefox workaround end menuitem { min-height: 16px; -- cgit v1.2.3