Commit 371d14e2 authored by Mark Otto's avatar Mark Otto

Remove commented out code and properly nest CSS again for .collapse

parent a3cba92e
......@@ -1985,16 +1985,6 @@ input[type="button"].btn-block {
opacity: 1;
}
/*.collapse {
position: relative;
height: 0;
overflow: hidden;
.transition(height .35s ease);
&.in {
height: auto;
}
}*/
.collapse {
position: relative;
height: 0;
......
......@@ -11,22 +11,13 @@
}
}
/*.collapse {
.collapse {
position: relative;
height: 0;
overflow: hidden;
.transition(height .35s ease);
&.in {
height: auto;
}
}*/
.collapse {
position: relative;
height: 0;
overflow: hidden;
.transition(height .35s ease);
}
.collapse.in {
height: auto;
}
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