Skip to content

Commit

Permalink
Clean: Icons - Consistent path
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Dec 7, 2023
1 parent a04f700 commit b5f5fed
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 29 deletions.
28 changes: 14 additions & 14 deletions css/leptonChrome.css

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

14 changes: 7 additions & 7 deletions css/leptonChromeESR.css

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

15 changes: 7 additions & 8 deletions src/icons/fork_browsers/_floorp.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Page Action button. Not always visible
#ssbPageAction-image {
list-style-image: url("chrome://browser/skin/lepton/pwa-install.svg");
list-style-image: url("../icons/pwa-install.svg");
&[open-ssb="true"] {
// Page Action button. If page has been already installed or can be install PWA
list-style-image: url("chrome://browser/skin/lepton/pwa-launch.svg");
list-style-image: url("../icons/pwa-launch.svg");
}
}

Expand All @@ -18,15 +18,15 @@

// Panel UI top button
#appMenu-ssb-button {
list-style-image: url("chrome://browser/skin/lepton/pwa-manage.svg");
list-style-image: url("../icons/pwa-manage.svg");
}

// Panel UI subView button for install ssb
#appMenu-install-or-open-ssb-current-page-button {
list-style-image: url("chrome://browser/skin/lepton/pwa-install.svg");
list-style-image: url("../icons/pwa-install.svg");
&[open-ssb="true"] {
// Panel UI subView button for open ssb window
list-style-image: url("chrome://browser/skin/lepton/pwa-launch.svg");
list-style-image: url("../icons/pwa-launch.svg");
}
}
}
Expand Down Expand Up @@ -88,10 +88,9 @@

// PWA Context Menu
#run-ssb-contextmenu {
--menuitem-image: url("chrome://browser/skin/lepton/pwa-launch.svg");
--menuitem-image: url("../icons/pwa-launch.svg");
}

#uninstall-ssb-contextmenu {
--menuitem-image: url("chrome://browser/skin/lepton/pwa-remove.svg");
--menuitem-image: url("../icons/pwa-remove.svg");
}
}

0 comments on commit b5f5fed

Please sign in to comment.