Skip to content

Commit

Permalink
(less) Fixes twbs#6528: Make .navbar a:hover .caret use @navbarlinkco…
Browse files Browse the repository at this point in the history
…lorhover and not -active
  • Loading branch information
mdo committed Jan 12, 2013
1 parent 7b26ca6 commit 6eb8338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions navbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion tables.less
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ table {
.border-bottom-right-radius(0);
}


// Special fixes to round the left border on the first td/th
caption + thead tr:first-child th:first-child,
caption + tbody tr:first-child td:first-child,
Expand Down

0 comments on commit 6eb8338

Please sign in to comment.