We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e86ef11 commit cd2b2dfCopy full SHA for cd2b2df
1 file changed
gtk-3.20/scss/widgets/_menu.scss
@@ -54,16 +54,16 @@
54
&:selected { background-color: $selected_bg_color; }
55
56
// A little hack to get some extra space above/below menuitem separators
57
- separator {
58
- border-style: none;
59
- background-color: transparent;
60
- min-height: 5px;
61
- border-bottom-style: solid;
62
- border-bottom-width: 1px;
63
- border-bottom-color: shade($menu_bg_color, ($contrast + .1));
64
- padding: 0;
+ separator,
+ .csd & separator {
+ background-color: shade($menu_bg_color, ($contrast + .1));
+ margin: ($spacing - 2px) 0;
65
}
66
+ // Firefox workaround
+ .separator,
+ .csd & .separator { color: shade($menu_bg_color, ($contrast + .1)); }
+
67
menuitem {
68
min-height: 16px;
69
min-width: 40px;
0 commit comments