Skip to content

Commit

Permalink
corrected caret colour when a nav dropdown is open
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericoC committed Sep 18, 2013
1 parent b1208f3 commit 29f24f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions less/navs.less
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@
&:focus {
background-color: @nav-link-hover-bg;
border-color: @link-color;

.caret {
border-top-color: @link-hover-color;
border-bottom-color: @link-hover-color;
}
}
}

Expand Down

0 comments on commit 29f24f7

Please sign in to comment.