Skip to content

Commit

Permalink
Fix: Icons - Global menu tab sharing #872
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Feb 24, 2024
1 parent 9dee574 commit ff92ab0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/leptonChrome.css

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

3 changes: 3 additions & 0 deletions css/leptonChromeESR.css

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

3 changes: 3 additions & 0 deletions src/icons/_global_menubar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
#tools-menu {
--menuitem-image: url("../icons/toolbox.svg");
}
#tabSharingMenu {
--menuitem-image: url("chrome://browser/skin/notification-icons/screen.svg");
}
#helpMenu {
--menuitem-image: url("chrome://global/skin/icons/help.svg");
}

0 comments on commit ff92ab0

Please sign in to comment.