Skip to content

Commit

Permalink
Clean: Icons - Libray Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Nov 7, 2022
1 parent b754c9e commit 7350823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 1 addition & 4 deletions css/leptonChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -11157,10 +11157,7 @@
--menuitem-image: url("chrome://global/skin/icons/info.svg");
}
}
}
/** Library Menu **************************************************************/
@supports -moz-bool-pref("userChrome.icon.library") {
@supports -moz-bool-pref("userChrome.icon.menu") {
@supports -moz-bool-pref("userChrome.icon.library") {
/*= organizeButtonPopup ======================================================*/
#newbookmark {
--menuitem-image: url("chrome://browser/skin/bookmark.svg");
Expand Down
6 changes: 1 addition & 5 deletions src/icons/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@
@include Option("userChrome.icon.global_menu") {
@import "global_menu";
}
}

/** Library Menu **************************************************************/
@include Option("userChrome.icon.library") {
@include Option("userChrome.icon.menu") {
@include Option("userChrome.icon.library") {
@import "library";
}
}
Expand Down

0 comments on commit 7350823

Please sign in to comment.