We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c961b4d commit e86ef11Copy full SHA for e86ef11
1 file changed
gtk-3.20/scss/widgets/_menu.scss
@@ -18,7 +18,7 @@
18
19
> menuitem {
20
min-height: 16px;
21
- padding: $spacing ($spacing * 2);
+ padding: ($spacing - 1px) ($spacing - 1px) * 2;
22
border: 1px solid transparent;
23
background-color: transparent;
24
background-image: none;
@@ -67,7 +67,7 @@
67
menuitem {
68
69
min-width: 40px;
70
- padding: $spacing;
+ padding: $spacing - 1px;
71
border-radius: 0;
72
73
&:active, &:hover {
0 commit comments