Skip to content

Commit

Permalink
Fix: Icons - Mapping missing parts
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Oct 29, 2023
1 parent fddec3a commit ba22de3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
10 changes: 4 additions & 6 deletions css/leptonChrome.css

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

5 changes: 2 additions & 3 deletions css/leptonChromeESR.css

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

3 changes: 1 addition & 2 deletions src/icons/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@
--uc-tab-multiple-icon: url("../icons/tab-desktop-multiple.svg");
--uc-new-tab-icon: url("../icons/new-tab.svg");
--uc-new-tab-forward-icon: url("../icons/new-tab-forward.svg");
--uc-new-tab-multiple-icon: url("../icons/new-tab-multiple.svg");
--uc-new-tab-skip-forward-icon: url("../icons/new-tab-skip-forward.svg");
--uc-new-tab-multiple-icon: url("../icons/new-tab-multiple.svg");
@include Option("userChrome.tab.connect_to_window") {
--uc-tab-icon: url("../icons/tab-photon.svg");
--uc-tab-copy-icon: url("../icons/tab-copy-photon.svg");
--uc-tab-unload-icon: url("../icons/tab-unload-photon.svg");
--uc-tab-multiple-icon: url("../icons/tab-multiple.svg");
--uc-new-tab-icon: url("../icons/new-tab-photon.svg");
--uc-new-tab-forward-icon: url("../icons/new-tab-forward-photon.svg");
--uc-new-tab-multiple-icon: url("../icons/new-tab-multiple-photon.svg");
--uc-new-tab-skip-forward-icon: url("../icons/new-tab-skip-forward-photon.svg");
}

Expand Down
2 changes: 1 addition & 1 deletion src/icons/_panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
}
@include Option("userChrome.icon.panel_full") {
#appMenu-more-button2 {
list-style-image: url("chrome://browser/skin/ion.svg");
list-style-image: url("../icons/ion.svg");
}
}
@include Option("userChrome.icon.panel_full", "userChrome.icon.panel_photon") {
Expand Down

0 comments on commit ba22de3

Please sign in to comment.