mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
fix menu padding
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user