Skip to content

Commit

Permalink
theme: Fix rounding in submenus (#12573)
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephMcc authored Dec 19, 2024
1 parent e955be7 commit 63b67e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/theme/cinnamon-sass/widgets/_menus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ $menuitem_border_radius: $base_border_radius * 1;
@extend %menuitem;
background-color: $base_color;
margin: 0;
padding: $base_padding + 2 0 $base_padding + 2 $base_padding * 2;

&:active { background-color: $light_base_color; }

Expand Down

0 comments on commit 63b67e4

Please sign in to comment.