Skip to content

Fixes nav links that showed a cursor in the padding while not being c… #23

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

Open
wants to merge 1 commit into
base: generator
Choose a base branch
from

Conversation

hchargois
Copy link

In the nav bar, the section links show up as clickable (the mouse cursor turns into a pointer finger) in places where they're actually not. More precisely, when hovering over the padding above and below the actual link. This is incredibly frustrating.

Screenshot_2025-06-29_19-00-56

The fix is simple: remove the padding from the enclosing div and the fake "pointer on hover" styling, and simply put padding to the actual <a> element.

The same issue was also found in search results where the whole search text was shown as clickable but wasn't. This fixes it too.

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

Successfully merging this pull request may close these issues.

1 participant