* Removed osd duplicated code and fixed flowbox selected code.
parent
6cb9d03b04
commit
1508791733
gtk-3.20/scss/widgets
|
@ -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