We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a2768 commit 49179c7Copy full SHA for 49179c7
data/theme/cinnamon-sass/widgets/_windowlist.scss
@@ -72,6 +72,8 @@
72
&:selected {
73
background-color: $light_bg_color;
74
75
+ &:only-child,
76
+ &:first-child:last-child { border-radius: $base_border_radius; }
77
&:first-child { border-radius: $base_border_radius 0 0 $base_border_radius; }
78
&:last-child { border-radius: 0 $base_border_radius $base_border_radius 0; }
79
}
0 commit comments