* popover and menuitem separator fix.
parent
537b3d38d6
commit
30587005a9
gtk-3.20/scss/widgets
|
@ -99,12 +99,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
> separator {
|
||||
padding: 0;
|
||||
border-style: none;
|
||||
color: shade($menu_bg_color, ($contrast + .1));
|
||||
}
|
||||
|
||||
&.button, &.button.flat {
|
||||
&, &:focus, &:active, &:disabled, &:active:disabled {
|
||||
background-color: transparent;
|
||||
|
@ -183,6 +177,12 @@
|
|||
&:dir(rtl) { margin-left: 7px; }
|
||||
}
|
||||
|
||||
separator {
|
||||
padding: 0;
|
||||
border-style: none;
|
||||
background-color: shade($menu_bg_color, ($contrast + .1));
|
||||
}
|
||||
|
||||
window decoration {
|
||||
box-shadow: 0 2px 3px rgba(0,0,0,.2);
|
||||
}
|
||||
|
@ -269,8 +269,7 @@
|
|||
|
||||
separator {
|
||||
border: 0;
|
||||
background-color: transparent;
|
||||
color: alpha($menu_bg_color, .5);
|
||||
background-color: shade($menu_bg_color, ($contrast + .1));
|
||||
font-size: 80%;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue