* Fixed and optimised separator margin.

pull/538/head
Megax 2016-08-29 07:18:31 +02:00
parent c961b4d204
commit 5a9e1dac27
1 changed files with 8 additions and 8 deletions
gtk-3.20/scss/widgets

View File

@ -54,16 +54,16 @@
&:selected { background-color: $selected_bg_color; }
// A little hack to get some extra space above/below menuitem separators
separator {
border-style: none;
background-color: transparent;
min-height: 5px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: shade($menu_bg_color, ($contrast + .1));
padding: 0;
separator,
.csd & separator {
background-color: shade($menu_bg_color, ($contrast + .1));
margin: ($spacing - 2px) 0;
}
// Firefox workaround
.separator,
.csd & .separator { color: shade($menu_bg_color, ($contrast + .1)); }
menuitem {
min-height: 16px;
min-width: 40px;