aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/sass
diff options
context:
space:
mode:
authorHorst31802016-05-16 22:28:36 +0200
committerHorst31802016-05-16 22:28:36 +0200
commitc5ed48f5af3debbbfe483febed3604eb623823a6 (patch)
tree89e0f7c42c98cff2753fcf0d680691beaf4f62d0 /common/gtk-3.0/3.20/sass
parentd62246cdc8d709ea1ce679f0e7892128c5403fae (diff)
downloadsolarc-theme-c5ed48f5af3debbbfe483febed3604eb623823a6.tar.gz
solarc-theme-c5ed48f5af3debbbfe483febed3604eb623823a6.tar.xz
solarc-theme-c5ed48f5af3debbbfe483febed3604eb623823a6.zip
fix a firefox workaround
Diffstat (limited to 'common/gtk-3.0/3.20/sass')
-rw-r--r--common/gtk-3.0/3.20/sass/_common.scss5
1 files changed, 3 insertions, 2 deletions
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;