Open plamenpetrovbg opened 3 years ago
Pointer cursor originally is intended only for links and not for interactive elements, so in the most popular browsers (chrome, opera, firefox ecc..) hovering in the context menu will not produce any special cursor.
Instead as regards the hover effect, +1, me too.
Just a quick reminder that there is an issue template called "bug report" which helps users and developers by answering the most important questions. You described the problem well and included a screenshot which is good but you should always include your OS and Firefox version. I am on Win10 with Firefox 87 and I don't see the issue you describe.
You are right, here are my OS and Firefox versions Windows 10 Pro Version 10.0.19042 64-bit Firefox Developer Edition 88.0b9 64-bit
The issue here is that the hover color for the context menu entries relies on a variable that is set by Firefox: --arrowpanel-dimmed
.
The value of this variable in FF 87 and before is: rgba(249,249,250,.1)
For FF 88 they changed it to: color-mix(in srgb, currentColor 17%, transparent);
The problem is that FF 88 only supports the color-mix
CSS function when you enable layout.css.color-mix.enabled
in about:config.
We might wait until FF 88 becomes stable to see whether they enable this flag by default, otherwise we should mention it in the Readme.
Is it possible to fix it or have I done a mistake while installing this great firefox mod.