Skip to content

Commit 1c2185a

Browse files
megaxlots0logs
authored andcommitted
* Removed osd duplicated code and fixed flowbox selected code. (#543)
1 parent f8354bd commit 1c2185a

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

gtk-3.20/scss/widgets/_grid.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
border-radius: $roundness;
5454

5555
&:selected {
56-
@extend %selected;
56+
@extend %selected_items;
5757

5858
outline-offset: -2px;
5959
}

gtk-3.20/scss/widgets/_progress.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
progress { min-width: 6px; }
2121
}
2222

23-
&.osd { min-height: 4px; }
24-
2523
trough {
2624
border: 1px solid alpha(border_normal($bg_color), .5);
2725
background-color: shade($bg_color, 1.08);

0 commit comments

Comments
 (0)