0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01: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

View File

@ -4659,8 +4659,8 @@ input[type="submit"].btn.btn-mini {
} }
.navbar .nav li.dropdown > a:hover .caret { .navbar .nav li.dropdown > a:hover .caret {
border-top-color: #555555; border-top-color: #333333;
border-bottom-color: #555555; border-bottom-color: #333333;
} }
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.open > .dropdown-toggle,

View File

@ -336,8 +336,8 @@
// Caret should match text color on hover // Caret should match text color on hover
.navbar .nav li.dropdown > a:hover .caret { .navbar .nav li.dropdown > a:hover .caret {
border-top-color: @navbarLinkColorActive; border-top-color: @navbarLinkColorHover;
border-bottom-color: @navbarLinkColorActive; border-bottom-color: @navbarLinkColorHover;
} }
// Remove background color from open dropdown // Remove background color from open dropdown

View File

@ -122,7 +122,6 @@ table {
.border-bottom-right-radius(0); .border-bottom-right-radius(0);
} }
// Special fixes to round the left border on the first td/th // Special fixes to round the left border on the first td/th
caption + thead tr:first-child th:first-child, caption + thead tr:first-child th:first-child,
caption + tbody tr:first-child td:first-child, caption + tbody tr:first-child td:first-child,