Commit 2bc67b33 authored by Mark Otto's avatar Mark Otto

nuke the box-shadow on uncollapsed navbar-collapse

parent a2475f01
......@@ -3189,6 +3189,7 @@ button.close {
padding-top: 0;
padding-bottom: 0;
border-top: 0;
box-shadow: none;
}
}
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -69,6 +69,7 @@
padding-top: 0;
padding-bottom: 0;
border-top: 0;
box-shadow: none;
}
}
......
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