* Separator fix.
parent
9c9bf64389
commit
8001774f82
gtk-3.20/scss/widgets
|
@ -280,9 +280,10 @@
|
|||
************/
|
||||
|
||||
@include exports("separator") {
|
||||
view separator, separator {
|
||||
color: shade($bg_color, ($contrast + .1));
|
||||
border: 1px solid currentColor;
|
||||
separator { // vbox and hbox separators
|
||||
background: shade($bg_color, ($contrast + .1));
|
||||
min-width: 1px;
|
||||
min-height: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue