Skip to content

Commit

Permalink
Fix: Icons - Protection icon #1047
Browse files Browse the repository at this point in the history
But not works at `.toolbarbutton-icon`
  • Loading branch information
black7375 committed Dec 24, 2024
1 parent 0a1dd71 commit f4ed175
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/leptonChrome.css

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

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

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

6 changes: 6 additions & 0 deletions src/icons/_1.25px_stroke.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@
) .tab-icon-image {
content: url("../icons/developer.svg") !important;
}

.tabbrowser-tab:is(
[image="chrome://browser/skin/controlcenter/dashboard.svg"]
) .tab-icon-image {
content: url("../icons/dashboard.svg") !important;
}

0 comments on commit f4ed175

Please sign in to comment.