Skip to content

Commit

Permalink
Fix: Icons - Remove extention item icon
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Jul 1, 2023
1 parent 8a3d8f5 commit c648ff2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/leptonChrome.css

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

2 changes: 1 addition & 1 deletion src/icons/context_menu/_others.scss
Expand Up @@ -42,7 +42,7 @@
&.manageExtensionItem {
--menuitem-image: url("chrome://global/skin/icons/settings.svg");
}
.removeExtensionItem {
&.removeExtensionItem {
--menuitem-image: url("chrome://global/skin/icons/delete.svg");
}
}
Expand Down

0 comments on commit c648ff2

Please sign in to comment.