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

I think there is error on less style in navbar on a:hover .caret #6528

Closed
sokolovstas opened this issue Jan 10, 2013 · 1 comment
Closed
Labels
Milestone

Comments

@sokolovstas
Copy link

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;
}

@mdo
Copy link
Member

mdo commented Jan 12, 2013

Thanks, fixed in #6346. Next time consider a quick pull request for some easy credit ;).

@mdo mdo closed this as completed Jan 12, 2013
mdo added a commit that referenced this issue Jan 12, 2013
stempler pushed a commit to stempler/bootstrap that referenced this issue Apr 11, 2014
stempler pushed a commit to stempler/bootstrap that referenced this issue Nov 4, 2014
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