diff options
Diffstat (limited to 'scss/_animation.scss')
| -rw-r--r-- | scss/_animation.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scss/_animation.scss b/scss/_animation.scss index 2586bf2d1..31ecf7479 100644 --- a/scss/_animation.scss +++ b/scss/_animation.scss @@ -3,26 +3,26 @@ @include transition(opacity .15s linear); - &.active { + &.show { opacity: 1; } } .collapse { display: none; - &.active { + &.show { display: block; } } tr { - &.collapse.active { + &.collapse.show { display: table-row; } } tbody { - &.collapse.active { + &.collapse.show { display: table-row-group; } } |
