Skip to content

Commit

Permalink
Fix: about:process profile button hover again #989
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Sep 23, 2024
1 parent 93db858 commit f7718ed
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 4 deletions.
16 changes: 14 additions & 2 deletions css/leptonContent.css

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

8 changes: 7 additions & 1 deletion css/leptonContentESR.css

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

11 changes: 10 additions & 1 deletion src/contents/proton_contents/_about_processes.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
@include moz-document(url-prefix "about:processes") {
@include moz-document(
url-prefix "about:processes",
url-prefix "about:performance"
) {
td.type.favicon[style*='background-image: url("chrome://global/skin/icons/link.svg");'] {
background-image: url("../icons/link.svg") !important;
}
Expand All @@ -12,6 +15,12 @@

// #960
color: inherit !important;
&:hover {
color: var(--in-content-button-text-color-hover) !important;
}
&:hover:active {
color: var(--in-content-button-text-color-active) !important;
}
}
}

Expand Down

0 comments on commit f7718ed

Please sign in to comment.