diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/component-animations.less | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/less/component-animations.less b/less/component-animations.less index b25adc932..50e5e45c1 100644 --- a/less/component-animations.less +++ b/less/component-animations.less @@ -11,22 +11,13 @@ } } -/*.collapse { +.collapse { position: relative; height: 0; overflow: hidden; .transition(height .35s ease); + &.in { height: auto; } -}*/ - -.collapse { - position: relative; - height: 0; - overflow: hidden; - .transition(height .35s ease); -} -.collapse.in { - height: auto; } |
