* Levelbar not(.empty) fix. (#448)
parent
62528fbcf6
commit
d00b2c371f
|
@ -99,7 +99,7 @@
|
|||
}
|
||||
|
||||
&.high,
|
||||
:not(.empty) {
|
||||
&:not(.empty) {
|
||||
background-color: $selected_bg_color;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue