Commit c97d304c authored by Mark Otto's avatar Mark Otto

derp, fix broke css and recompile

parent 9443eb6e
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -338,10 +338,6 @@ ...@@ -338,10 +338,6 @@
} }
} }
// Caret should match text color on hover
.navbar .nav li.dropdown > a:hover .caret {
border-top-color: @navbarLinkColorHover;
border-bottom-color: @navbarLinkColorHover;
// Caret should match text color on hover/focus // Caret should match text color on hover/focus
.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret { .navbar .nav li.dropdown > a:focus .caret {
......
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