Skip to content

Commit

Permalink
Fix: Icons - Open button replace #775
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Oct 1, 2023
1 parent 2f69ac8 commit 6ac767e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 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.

4 changes: 4 additions & 0 deletions src/icons/_panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@
// #496 #553
list-style-image: url("../icons/toolbarButton-download.svg") !important;
}
#open-file-button {
// #775
list-style-image: url("../icons/toolbarButton-upload.svg") !important;
}

#appMenu-settings-button {
list-style-image: url("chrome://global/skin/icons/settings.svg");
Expand Down

0 comments on commit 6ac767e

Please sign in to comment.