diff options
| author | Chris Rebert <[email protected]> | 2015-03-09 09:14:16 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-03-09 09:14:16 -0700 |
| commit | f65bd7bed0de3e56cebdfc95ca9078c290ec6db4 (patch) | |
| tree | 376b57c8163999b8d2ccf6b49e7f86d679cc6096 /less/component-animations.less | |
| parent | fbc5d8ee414519b7c7af0a1f35c86f900e0e7aa9 (diff) | |
| parent | b6b0fe7d22c1dccb83541f4d78fdbdf40bef2157 (diff) | |
| download | bootstrap-f65bd7bed0de3e56cebdfc95ca9078c290ec6db4.tar.xz bootstrap-f65bd7bed0de3e56cebdfc95ca9078c290ec6db4.zip | |
Merge pull request #16021 from twbs/visibility-block
rm `visibility` where redundant to `display`
Diffstat (limited to 'less/component-animations.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 967715d98..0bcee910a 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; } } |
