* Removed osd duplicated code and fixed flowbox selected code.

pull/543/head
Megax 2016-08-30 09:07:50 +02:00
parent 6cb9d03b04
commit 1508791733
2 changed files with 1 additions and 3 deletions
gtk-3.20/scss/widgets

View File

@ -53,7 +53,7 @@
border-radius: $roundness;
&:selected {
@extend %selected;
@extend %selected_items;
outline-offset: -2px;
}

View File

@ -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);