* Levelbar not(.empty) fix.

pull/448/head
Megax 2016-05-16 12:26:13 +02:00
parent 62528fbcf6
commit 803c517ac0
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;
}