2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

Fixes #14348: Add visibility styles to collapse and tab content to match .hidden

This commit is contained in:
Mark Otto
2014-08-23 12:25:27 -07:00
parent f265137c05
commit dfa2759a52
5 changed files with 10 additions and 3 deletions
+2 -1
View File
@@ -17,8 +17,9 @@
.collapse {
display: none;
visibility: hidden;
&.in { display: block; }
&.in { display: block; visibility: visibile; }
tr&.in { display: table-row; }
tbody&.in { display: table-row-group; }
}