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
Now in navbar.less@339:
.navbar .nav li.dropdown > a:hover .caret { border-top-color: @navbarLinkColorActive; border-bottom-color: @navbarLinkColorActive; }
but I think it must be:
.navbar .nav li.dropdown > a:hover .caret { border-top-color: @navbarLinkColorHover; border-bottom-color: @navbarLinkColorHover; }
The text was updated successfully, but these errors were encountered:
Thanks, fixed in #6346. Next time consider a quick pull request for some easy credit ;).
Sorry, something went wrong.
Fixes #6528: Make .navbar a:hover .caret use @navbarlinkcolorhover an…
6f894c6
…d not -active
(less) Fixes twbs#6528: Make .navbar a:hover .caret use @navbarlinkco…
6eb8338
…lorhover and not -active
f2f08d7
No branches or pull requests
Now in navbar.less@339:
.navbar .nav li.dropdown > a:hover .caret {
border-top-color: @navbarLinkColorActive;
border-bottom-color: @navbarLinkColorActive;
}
but I think it must be:
.navbar .nav li.dropdown > a:hover .caret {
border-top-color: @navbarLinkColorHover;
border-bottom-color: @navbarLinkColorHover;
}
The text was updated successfully, but these errors were encountered: