mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Remove commented out code and properly nest CSS again for .collapse
This commit is contained in:
parent
a3cba92edd
commit
371d14e217
2 changed files with 4 additions and 23 deletions
10
docs/assets/css/bootstrap.css
vendored
10
docs/assets/css/bootstrap.css
vendored
|
@ -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 {
|
||||
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;
|
||||
|
||||
&.in {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue