* Removed osd duplicated code and fixed flowbox selected code. (#543)
parent
f8354bd9da
commit
1c2185a1f1
|
@ -53,7 +53,7 @@
|
|||
border-radius: $roundness;
|
||||
|
||||
&:selected {
|
||||
@extend %selected;
|
||||
@extend %selected_items;
|
||||
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
progress { min-width: 6px; }
|
||||
}
|
||||
|
||||
&.osd { min-height: 4px; }
|
||||
|
||||
trough {
|
||||
border: 1px solid alpha(border_normal($bg_color), .5);
|
||||
background-color: shade($bg_color, 1.08);
|
||||
|
|
Loading…
Reference in New Issue