[GTK 3.20] Do not use space among sub-menus. Fixes #439

pull/528/head
Csaba Jakosa 2016-08-25 17:57:29 +02:00 committed by Khurshid Alam
parent 622b1a2575
commit d24e294920
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
@include exports("menu") { @include exports("menu") {
menu, .menu { menu, .menu {
padding: $spacing; padding: 0;
border-radius: 0; border-radius: 0;
border: 0; border: 0;
background-color: $menu_bg_color; background-color: $menu_bg_color;