Skip to content

Commit

Permalink
Fix: Icons - List all tabs icon
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Oct 6, 2024
1 parent c327fb7 commit 00afdf1
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
24 changes: 24 additions & 0 deletions css/leptonChrome.css

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

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

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

13 changes: 13 additions & 0 deletions src/icons/_global_menubar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,16 @@
#helpMenu {
--menuitem-image: url("chrome://global/skin/icons/help.svg");
}

/*= Others ===================================================================*/
#alltabs-button {
list-style-image: url("chrome://global/skin/icons/arrow-down.svg") !important;
> .toolbarbutton-badge-stack > .toolbarbutton-icon {
/* Original
width: 20px;
margin: -2px;
*/
width: 16px !important;
margin: 0 !important;
}
}

0 comments on commit 00afdf1

Please sign in to comment.