Skip to content

Commit

Permalink
Fix: UserContent - treecols border color #736
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Aug 2, 2023
1 parent 6dc3e08 commit d9a8063
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
9 changes: 6 additions & 3 deletions css/leptonContent.css

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

6 changes: 0 additions & 6 deletions src/contents/proton_contents/_about_preferences.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,4 @@
background-color: var(--in-content-box-background-odd);
}
}

// The first row separator line #736
xul|treecols {
// border-bottom: 1px solid var(--in-content-border-color);
border-bottom-color: var(--in-content-box-border-color) !important;
}
}
13 changes: 13 additions & 0 deletions src/contents/proton_contents/_proton_commons.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
/*= abouts' common ===========================================================*/
@include moz-document(
url-prefix "about:",
url-prefix "chrome://pippki/content/",
url-prefix "chrome://browser/content/"
) {
// The first row separator line #736
xul|treecols {
// border-bottom: 1px solid var(--in-content-border-color);
border-bottom-color: var(--in-content-box-border-color) !important;
}
}


@include moz-document(
url-prefix "about:plugins",
url-prefix "about:cache",
Expand Down

0 comments on commit d9a8063

Please sign in to comment.