corrected caret colour when a nav dropdown is open

This commit is contained in:
Frederico Carvalho 2013-09-18 14:45:56 +10:00
parent b1208f380a
commit 29f24f746c
1 changed files with 5 additions and 0 deletions

View File

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