We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The onhover effect not working on some meganav items. Specifically links with the class p-navigation__dropdown-item.
p-navigation__dropdown-item
Potential fixes:
<li class=""> <a href="/desktop" class="p-navigation__dropdown-item p-link--inverted" onclick="event.stopPropagation()" tabindex="0"> <span>Ubuntu Desktop</span> <br> <small class="is-muted">Fast, modern and secure Linux</small> </a> </li>
Onhover the background changes to #313131.
#313131
Current: Expected:
You can see this in action in this vanilla example
Ubuntu, Chrome
GitHub
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Summary
The onhover effect not working on some meganav items. Specifically links with the class
p-navigation__dropdown-item
.Potential fixes:
Steps to reproduce the behavior
Expected behavior
Onhover the background changes to
#313131
.Current:
Expected:
You can see this in action in this vanilla example
Browser/device details
Ubuntu, Chrome
Reported from
GitHub
The text was updated successfully, but these errors were encountered: