From b6b0fe7d22c1dccb83541f4d78fdbdf40bef2157 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 9 Mar 2015 01:39:43 -0700 Subject: rm `visibility` where redundant to `display` Refs #15755 --- less/component-animations.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'less/component-animations.less') 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; } } -- cgit v1.2.3