aboutsummaryrefslogtreecommitdiff
path: root/less/component-animations.less
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-03-09 01:39:43 -0700
committerChris Rebert <[email protected]>2015-03-09 01:40:26 -0700
commitb6b0fe7d22c1dccb83541f4d78fdbdf40bef2157 (patch)
tree397e38946fddb3820c61dd84a23147116fd8e179 /less/component-animations.less
parent38fbd8fe35d770651bbaee1f41e1d9d17d2a7879 (diff)
downloadbootstrap-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.less3
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; }
}