Fix weird font on context menus

This commit is contained in:
EliverLara
2018-11-12 17:51:36 -06:00
parent aee36320db
commit 8484608313
3 changed files with 3 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ menubar,
menu,
.menu,
.context-menu {
font: initial;
margin: 4px;
padding: 2px 0px;
background: if( $variant == 'light', linear-gradient(to bottom, #fff 20%, #fff), linear-gradient(to bottom, lighten($bg_color, 2%), darken($bg_color, 2%)));