Commit b1208f38 authored by Frederico Carvalho's avatar Frederico Carvalho

fixed issue where caret wouldn't inherit "active" li style on nav-pills, which...

fixed issue where caret wouldn't inherit "active" li style on nav-pills, which caused the caret to stay blue
parent 4e962c57
...@@ -133,6 +133,11 @@ ...@@ -133,6 +133,11 @@
&:focus { &:focus {
color: @nav-pills-active-link-hover-color; color: @nav-pills-active-link-hover-color;
background-color: @nav-pills-active-link-hover-bg; 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;
}
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment