Skip to content

Navbar 'learn' Button Has Conflicting Hover Effects #345

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
abigit7 opened this issue Apr 3, 2025 · 1 comment · May be fixed by #347
Open

Navbar 'learn' Button Has Conflicting Hover Effects #345

abigit7 opened this issue Apr 3, 2025 · 1 comment · May be fixed by #347

Comments

@abigit7
Copy link

abigit7 commented Apr 3, 2025

Bug Report 🐛

The button in the navbar is experiencing two conflicting hover effects—one from the button itself and another from hover effect of other elements in the navbar. This results in inconsistent styling when hovering over the button or nearby elements.

Expected Behavior

The button should only have its own hover effect.
Other navbar elements should not interfere with the button’s hover effect.

Current Behavior

The learn button displays two different hover effect.
The button does not maintain a consistent hover style.

Possible Solution

Restrict the hover effect to only the button
Ensure :hover styles are properly scoped.
Check for conflicting Tailwind or CSS rules.

Steps to Reproduce

  1. Open the webpage.
  2. Hover over different navbar elements.
  3. Hover over the button and notice that its hover effect is affected by other navbar items.

Desktop

  • OS: [e.g. macOS]
  • Browser: [e.g. Chrome, Safari]
  • Version: [e.g. 0.22.15]
@r9au
Copy link

r9au commented Apr 3, 2025

Hello i just made some changes in navbar, pls just can anyone review it. may be this could work, apology i was not able to run code due to dependency issue.

@abigit7 abigit7 linked a pull request Apr 4, 2025 that will close this issue
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 a pull request may close this issue.

2 participants