aboutsummaryrefslogtreecommitdiff
path: root/less/component-animations.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-08-23 12:25:27 -0700
committerMark Otto <[email protected]>2014-08-23 12:25:27 -0700
commitdfa2759a52e73e720b0cda302a1edb9e2dbebc1f (patch)
tree5e620928450be3ab179cfda4c344608658f1610d /less/component-animations.less
parentf265137c0517266206055d306ed41e9456878652 (diff)
downloadbootstrap-dfa2759a52e73e720b0cda302a1edb9e2dbebc1f.tar.xz
bootstrap-dfa2759a52e73e720b0cda302a1edb9e2dbebc1f.zip
Fixes #14348: Add visibility styles to collapse and tab content to match .hidden
Diffstat (limited to 'less/component-animations.less')
-rw-r--r--less/component-animations.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/less/component-animations.less b/less/component-animations.less
index 9400a0d32..ebfad9e1d 100644
--- a/less/component-animations.less
+++ b/less/component-animations.less
@@ -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; }
}