1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-30 15:29:06 +02:00

Undo the collapse visibility changes since it breaks our collapse plugin

This commit is contained in:
Mark Otto
2014-08-27 23:31:34 -07:00
parent aa25ce779d
commit 0ec05da0ee
4 changed files with 3 additions and 6 deletions

View File

@@ -17,9 +17,8 @@
.collapse {
display: none;
visibility: hidden;
&.in { display: block; visibility: visible; }
&.in { display: block; }
tr&.in { display: table-row; }
tbody&.in { display: table-row-group; }
}