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

Blurred forest-link text and popup on hover in firefox #411

Open
cipharius opened this issue Sep 21, 2020 · 2 comments
Open

Blurred forest-link text and popup on hover in firefox #411

cipharius opened this issue Sep 21, 2020 · 2 comments
Labels

Comments

@cipharius
Copy link

I noticed that when I hover over links under forest-link container, both the highlighted text and the tags popup becomes blurred when using Neuron generated static site in firefox.

It should be reproducible in latest firefox, if not, I can try to add more specific information or try to resolve it myself.

Attached picture shows the problematic menu. Note that when taking a screenshot, the blur disappears.

image

@srid
Copy link
Owner

srid commented Oct 7, 2020

Probably something to do with the opacity setting for deemphasized elements:

".deemphasized:hover" ? do
opacity 1
".deemphasized:not(:hover)" ? do
opacity 0.7

@cipharius
Copy link
Author

From my experimenting, it is related to the rotate transform, where the tree gets rotated around origin which falls between pixels.

I didn't find a clean way to solve this yet, but it does help to change some of the relative em units into px units.

@srid srid added good first issue Good for newcomers and removed hacktoberfest labels Aug 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants