* 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 {
|
&.button, &.button.flat {
|
||||||
&, &:focus, &:active, &:disabled, &:active:disabled {
|
&, &:focus, &:active, &:disabled, &:active:disabled {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
@ -183,6 +177,12 @@
|
||||||
&:dir(rtl) { margin-left: 7px; }
|
&:dir(rtl) { margin-left: 7px; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
separator {
|
||||||
|
padding: 0;
|
||||||
|
border-style: none;
|
||||||
|
background-color: shade($menu_bg_color, ($contrast + .1));
|
||||||
|
}
|
||||||
|
|
||||||
window decoration {
|
window decoration {
|
||||||
box-shadow: 0 2px 3px rgba(0,0,0,.2);
|
box-shadow: 0 2px 3px rgba(0,0,0,.2);
|
||||||
}
|
}
|
||||||
|
@ -269,8 +269,7 @@
|
||||||
|
|
||||||
separator {
|
separator {
|
||||||
border: 0;
|
border: 0;
|
||||||
background-color: transparent;
|
background-color: shade($menu_bg_color, ($contrast + .1));
|
||||||
color: alpha($menu_bg_color, .5);
|
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue