Skip to content

Commit 49179c7

Browse files
authored
Fixed issue with grouped-window-list-thumbnail-menu hover (#12666)
1 parent 20a2768 commit 49179c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

data/theme/cinnamon-sass/widgets/_windowlist.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@
7272
&:selected {
7373
background-color: $light_bg_color;
7474

75+
&:only-child,
76+
&:first-child:last-child { border-radius: $base_border_radius; }
7577
&:first-child { border-radius: $base_border_radius 0 0 $base_border_radius; }
7678
&:last-child { border-radius: 0 $base_border_radius $base_border_radius 0; }
7779
}

0 commit comments

Comments
 (0)