2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Fixes #6528: Make .navbar a:hover .caret use @navbarlinkcolorhover and not -active

This commit is contained in:
Mark Otto
2013-01-11 23:35:22 -08:00
parent 42efd9f730
commit 6f894c62a5
3 changed files with 4 additions and 5 deletions
+2 -2
View File
@@ -336,8 +336,8 @@
// Caret should match text color on hover
.navbar .nav li.dropdown > a:hover .caret {
border-top-color: @navbarLinkColorActive;
border-bottom-color: @navbarLinkColorActive;
border-top-color: @navbarLinkColorHover;
border-bottom-color: @navbarLinkColorHover;
}
// Remove background color from open dropdown