Commit 1ea647ce authored by Mark Otto's avatar Mark Otto

Remove shadows from active links in navbar

parent 7bcd02c1
......@@ -3290,8 +3290,6 @@ fieldset[disabled] .btn-link:hover {
color: #555555;
text-decoration: none;
background-color: #e5e5e5;
-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
......
......@@ -232,7 +232,6 @@
color: @navbar-link-color-active;
text-decoration: none;
background-color: @navbar-link-background-active;
.box-shadow(inset 0 3px 8px rgba(0,0,0,.125));
}
// Navbar button for toggling navbar items in responsive layouts
......
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