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