[Gtk-3.20] Reduce menubar height to match gtk2 theme. Fixes #453

This commit is contained in:
Csaba Jakosa
2016-08-29 11:32:56 +05:30
committed by Khurshid Alam
parent c961b4d204
commit e86ef119eb
+2 -2
View File
@@ -18,7 +18,7 @@
> menuitem { > menuitem {
min-height: 16px; min-height: 16px;
padding: $spacing ($spacing * 2); padding: ($spacing - 1px) ($spacing - 1px) * 2;
border: 1px solid transparent; border: 1px solid transparent;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
@@ -67,7 +67,7 @@
menuitem { menuitem {
min-height: 16px; min-height: 16px;
min-width: 40px; min-width: 40px;
padding: $spacing; padding: $spacing - 1px;
border-radius: 0; border-radius: 0;
&:active, &:hover { &:active, &:hover {