Skip to content

Commit

Permalink
Fix: Icons - Linux's checked menu appearance #349
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Jun 4, 2023
1 parent 9f3d5c3 commit d6a9d22
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions css/leptonChrome.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion css/leptonContent.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/icons/layout/_menu_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ $_initialMenus: selector.append(
"menupopup menuitem, menupopup menu",
":not([type=\"checkbox\"][checked=\"true\"], [type=\"radio\"])"
);
$_initialMenus: $_initialMenus + "," +
selector.nest($_initialMenus, ".menu-iconic-icon");
@mixin _initial_menus() {
-moz-appearance: none !important; /* Linux: menulist */
}
Expand Down

0 comments on commit d6a9d22

Please sign in to comment.