Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Right click menu doesnt have a hover and a cursor: pointer effects. #286

Open
plamenpetrovbg opened this issue Mar 29, 2021 · 4 comments
Open

Comments

@plamenpetrovbg
Copy link

image
Is it possible to fix it or have I done a mistake while installing this great firefox mod.

@ghost
Copy link

ghost commented Apr 7, 2021

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.

@fmeyertoens
Copy link
Contributor

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.

@plamenpetrovbg
Copy link
Author

plamenpetrovbg commented Apr 14, 2021

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

@fmeyertoens
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants