We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023bd6f commit 169a101Copy full SHA for 169a101
src/gtk-3.20/scss/widgets/_menu.scss
@@ -17,10 +17,9 @@
17
color: $menubar_fg_color;
18
19
> menuitem {
20
- min-height: 16px;
21
padding: ($spacing - 1px) ($spacing - 1px) * 2;
22
- border: 1px solid transparent;
23
- background-color: transparent;
+ border: solid transparent;
+ border-width: 0;
24
background-image: none;
25
26
0 commit comments