Context menu is transparent after latest FF update
Closed this issue · 3 comments
aarivex commented
M1ch431 commented
Sorry for the late response. I assume this is a Firefox bug, but on my end I fixed it by toggling the dark and light modes in the Settings application while Firefox is open.
I use this on Firefox Nightly and no updates so far have broken it (they are usually only transparent for me when I try this out with a fresh installation of Windows and a fresh profile of Firefox).
Some people report that not working, so you can do this in the meantime (assuming you want the dark theme):
Remove the @media (prefers-color-scheme: light) section (all lines 16-27), and delete line 3 and its brackets (line 4 and 14).
rivke41levp656 commented
Neither of those seemed to work for me, broke with FF72.
hsusanoo commented
Commenting the @namespace
line will solve the issue.