2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

fixed issue where caret wouldn't inherit "active" li style on nav-pills, which caused the caret to stay blue

This commit is contained in:
Frederico Carvalho
2013-09-18 14:31:52 +10:00
parent 4e962c572e
commit b1208f380a
+5
View File
@@ -133,6 +133,11 @@
&:focus {
color: @nav-pills-active-link-hover-color;
background-color: @nav-pills-active-link-hover-bg;
.caret {
border-top-color: @nav-pills-active-link-hover-color;
border-bottom-color: @nav-pills-active-link-hover-color;
}
}
}
}