Skip to content

Commit

Permalink
* * Menu code minimal optimalization.
Browse files Browse the repository at this point in the history
  • Loading branch information
megax committed Oct 24, 2016
1 parent 023bd6f commit 169a101
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/gtk-3.20/scss/widgets/_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@
color: $menubar_fg_color;

> menuitem {
min-height: 16px;
padding: ($spacing - 1px) ($spacing - 1px) * 2;
border: 1px solid transparent;
background-color: transparent;
border: solid transparent;
border-width: 0;
background-image: none;
color: $menubar_fg_color;

Expand Down

0 comments on commit 169a101

Please sign in to comment.