Skip to content

Commit 169a101

Browse files
committed
* * Menu code minimal optimalization.
1 parent 023bd6f commit 169a101

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/gtk-3.20/scss/widgets/_menu.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@
1717
color: $menubar_fg_color;
1818

1919
> menuitem {
20-
min-height: 16px;
2120
padding: ($spacing - 1px) ($spacing - 1px) * 2;
22-
border: 1px solid transparent;
23-
background-color: transparent;
21+
border: solid transparent;
22+
border-width: 0;
2423
background-image: none;
2524
color: $menubar_fg_color;
2625

0 commit comments

Comments
 (0)