aboutsummaryrefslogtreecommitdiff
path: root/scss/_animation.scss
diff options
context:
space:
mode:
authorStarsam80 <[email protected]>2016-10-27 16:13:17 -0600
committerStarsam80 <[email protected]>2016-12-07 21:20:15 -0700
commitbf39bb3ac3d2aef4687b3cd4762015d5f218e2bc (patch)
tree968d25a858633f88255e3cc6c923f07a7c44d36c /scss/_animation.scss
parentede925d79bf92d5983a4508c6ed6fda9310e1e8b (diff)
downloadbootstrap-bf39bb3ac3d2aef4687b3cd4762015d5f218e2bc.tar.xz
bootstrap-bf39bb3ac3d2aef4687b3cd4762015d5f218e2bc.zip
Rename `.active` to `.show`
Diffstat (limited to 'scss/_animation.scss')
-rw-r--r--scss/_animation.scss8
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;
}
}