From 0ec05da0eea03849fc72bed84a2c7fe7be1de1b6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 27 Aug 2014 23:31:34 -0700 Subject: Undo the collapse visibility changes since it breaks our collapse plugin --- less/component-animations.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'less') 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; } } -- cgit v1.2.3