Commit 29f24f74 authored by Frederico Carvalho's avatar Frederico Carvalho

corrected caret colour when a nav dropdown is open

parent b1208f38
......@@ -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;
}
}
}
......
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