muckSponge / MaterialFox

A Material Design-inspired userChrome.css theme for Firefox
MIT License
1.94k stars 149 forks source link

Search history entries and Right-click context menu entries not highlighted when hovering over them #295

Closed shscs911 closed 3 years ago

shscs911 commented 3 years ago

Sanity checks (must complete)

Describe the bug Search history entries and Right-click context menu entries not highlighted when hovering over them.

To Reproduce Steps to reproduce the behavior:

Search History Entries
  1. Open any search form
  2. Press down/up
  3. Hover over the entries
  4. Entries are not highlighted
Right-click Context Menu Entries
  1. Right-click on any webpage
  2. Hover over the entries
  3. Entries are not highlighted

Additional Info

Screenshots

Search History

Search History 02 Search History 01

Right-click

Right-click 02 Right-click 01

System info

ThatIsAPseudo commented 3 years ago

Same issue on macOS with Firefox 88.0.1

TheAresjej commented 3 years ago

temporary solution:

Go to about:config > search for layout.css.color-mix.enabled > set to true

shscs911 commented 3 years ago

Thanks a lot. That worked. I somehow missed the solution when I read the related issue.