* Levelbar not(.empty) fix. (#448)

This commit is contained in:
Csaba Jakosa
2016-05-16 17:56:17 +05:30
committed by Khurshid Alam
parent 62528fbcf6
commit d00b2c371f
+1 -1
View File
@@ -99,7 +99,7 @@
} }
&.high, &.high,
:not(.empty) { &:not(.empty) {
background-color: $selected_bg_color; background-color: $selected_bg_color;
border-color: transparent; border-color: transparent;
} }