fix menu padding

pull/344/head
Dustin Falgout 2016-04-14 06:30:05 -05:00
parent 16edb91300
commit 150fda02b5
2 changed files with 1 additions and 7 deletions

View File

@ -82,10 +82,6 @@
}
} // END statusbar
menubar menuitem {
margin: 0px;
}
.sidebar {
.frame {
border: 0;

View File

@ -43,7 +43,7 @@
@include exports("menu") {
menu, .menu {
padding: 0;
padding: $spacing;
border-radius: 0;
border: 0;
background-color: $menu_bg_color;
@ -158,8 +158,6 @@
}
}
.context-menu { font: initial; }
menuitem {
accelerator {
color: alpha($menu_fg_color, .6);