mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
* Removed osd duplicated code and fixed flowbox selected code. (#543)
This commit is contained in:
committed by
Dustin Falgout
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);
|
||||
|
||||
Reference in New Issue
Block a user