Skip to content

Commit

Permalink
Fix: Icons - about:process link icon #919
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Jun 18, 2024
1 parent e630745 commit 036918b
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
16 changes: 16 additions & 0 deletions css/leptonContent.css

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

7 changes: 7 additions & 0 deletions css/leptonContentESR.css

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

3 changes: 3 additions & 0 deletions src/contents/_proton_contents.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@
/*= about:preferences ========================================================*/
@import "proton_contents/about_preferences";

/*= about:processes ==========================================================*/
@import "proton_contents/about_processes";

/*= chrome://browser/content/places/places.xhtml =============================*/
@import "../library/contents";
5 changes: 5 additions & 0 deletions src/contents/proton_contents/_about_processes.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@include moz-document(url-prefix "about:processes") {
td.type.favicon[style*='background-image: url("chrome://global/skin/icons/link.svg");'] {
background-image: url("../icons/link.svg") !important;
}
}

0 comments on commit 036918b

Please sign in to comment.