2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Reverts 0ec05da0ee to bring back #14444 to fix #14348 (again)

This commit is contained in:
Mark Otto
2014-09-23 13:29:19 -07:00
parent ccecb7cde4
commit 6cfd176ac3
3 changed files with 8 additions and 2 deletions
+5 -2
View File
@@ -17,8 +17,9 @@
.collapse {
display: none;
visibility: hidden;
&.in { display: block; }
&.in { display: block; visibility: visible; }
tr&.in { display: table-row; }
tbody&.in { display: table-row-group; }
}
@@ -27,5 +28,7 @@
position: relative;
height: 0;
overflow: hidden;
.transition(height .35s ease);
.transition-property(~"height, visibility");
.transition-duration(.35s);
.transition-timing-function(ease);
}