[Gtk-3.20] Reduce menubar height to match gtk2 theme. Fixes #453
parent
c961b4d204
commit
e86ef119eb
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue