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

pull/449/head
Csaba Jakosa 2016-05-16 14:26:17 +02:00 committed by Khurshid Alam
parent 62528fbcf6
commit d00b2c371f
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@
}
&.high,
:not(.empty) {
&:not(.empty) {
background-color: $selected_bg_color;
border-color: transparent;
}