diff options
| author | Mark Otto <[email protected]> | 2014-08-27 23:31:34 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-08-27 23:31:34 -0700 |
| commit | 0ec05da0eea03849fc72bed84a2c7fe7be1de1b6 (patch) | |
| tree | febdc54f82eb49f37ce56e01ae3d112f32e2de94 /less | |
| parent | aa25ce779de9c4c012f7e0b881cddc9719a027cb (diff) | |
| download | bootstrap-0ec05da0eea03849fc72bed84a2c7fe7be1de1b6.tar.xz bootstrap-0ec05da0eea03849fc72bed84a2c7fe7be1de1b6.zip | |
Undo the collapse visibility changes since it breaks our collapse plugin
Diffstat (limited to 'less')
| -rw-r--r-- | less/component-animations.less | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/less/component-animations.less b/less/component-animations.less index 0c4cd1983..9400a0d32 100644 --- a/less/component-animations.less +++ b/less/component-animations.less @@ -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; } } |
