* Separator fix.

pull/323/head
Megax 2016-04-11 22:39:39 +02:00
parent 9c9bf64389
commit 8001774f82
1 changed files with 4 additions and 3 deletions
gtk-3.20/scss/widgets

View File

@ -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;
} }
} }