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

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

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