Skip to content

Commit

Permalink
[web] add a note about Firefox-UI-Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitmel committed Sep 12, 2021
1 parent 4af705f commit 8b75434
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
2 changes: 2 additions & 0 deletions web/firefox/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
See also: <https://github.com/black7375/Firefox-UI-Fix/tree/photon-style>.

I am currently using commit [`34e1877`](<https://github.com/black7375/Firefox-UI-Fix/commit/34e1877ba0f774e464d07418c7298f4d40d2a838>), it is basically the Photon version of the version 3.2.0-hotfix.
7 changes: 0 additions & 7 deletions web/firefox/userChrome.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
@media (-moz-proton) {
@media (-moz-toolbar-prefers-color-scheme: dark) {
:host,
:root {
/* <https://github.com/black7375/Firefox-UI-Fix/blob/18579e0525dc1ce4028ee29a76819f9e75874f0b/userChrome.css#L261> */
scrollbar-color: revert;
}
}
}
8 changes: 0 additions & 8 deletions web/firefox/userContent.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,4 @@
height: 100% !important;
}
}

@media (-moz-toolbar-prefers-color-scheme: dark) {
:host,
:root {
/* <https://github.com/black7375/Firefox-UI-Fix/blob/18579e0525dc1ce4028ee29a76819f9e75874f0b/userContent.css#L278> */
scrollbar-color: revert;
}
}
}

0 comments on commit 8b75434

Please sign in to comment.