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

pull/539/merge
Csaba Jakosa 2016-08-29 08:02:56 +02:00 committed by Khurshid Alam
parent c961b4d204
commit e86ef119eb
1 changed files with 2 additions and 2 deletions

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 {