fix menu padding

This commit is contained in:
Dustin Falgout
2016-04-14 06:30:05 -05:00
parent 16edb91300
commit 150fda02b5
2 changed files with 1 additions and 7 deletions
+1 -3
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);