diff options
| author | Chris Rebert <[email protected]> | 2015-03-09 01:39:43 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-03-09 01:40:26 -0700 |
| commit | b6b0fe7d22c1dccb83541f4d78fdbdf40bef2157 (patch) | |
| tree | 397e38946fddb3820c61dd84a23147116fd8e179 /less/component-animations.less | |
| parent | 38fbd8fe35d770651bbaee1f41e1d9d17d2a7879 (diff) | |
| download | bootstrap-b6b0fe7d22c1dccb83541f4d78fdbdf40bef2157.tar.xz bootstrap-b6b0fe7d22c1dccb83541f4d78fdbdf40bef2157.zip | |
rm `visibility` where redundant to `display`
Refs #15755
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; } } |
