Skip to content

Commit

Permalink
Fixed issue with grouped-window-list-thumbnail-menu hover (#12666)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilhamifham authored Feb 6, 2025
1 parent 20a2768 commit 49179c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/theme/cinnamon-sass/widgets/_windowlist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@
&:selected {
background-color: $light_bg_color;

&:only-child,
&:first-child:last-child { border-radius: $base_border_radius; }
&:first-child { border-radius: $base_border_radius 0 0 $base_border_radius; }
&:last-child { border-radius: 0 $base_border_radius $base_border_radius 0; }
}
Expand Down

0 comments on commit 49179c7

Please sign in to comment.