Skip to content

Commit

Permalink
theme: Fix rounding in submenus
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephMcc committed Dec 14, 2024
1 parent 5174d3c commit 9252c85
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 9252c85

Please sign in to comment.