Commit 2a28c7d9 authored by Martijn Cuppens's avatar Martijn Cuppens Committed by XhmikosR
Browse files

Carousel fade cleanup (#27278)

parent fccdda54
Showing with 1 addition and 13 deletions
+1 -13
...@@ -82,8 +82,8 @@ ...@@ -82,8 +82,8 @@
.carousel-fade { .carousel-fade {
.carousel-item { .carousel-item {
opacity: 0; opacity: 0;
transition-duration: .6s;
transition-property: opacity; transition-property: opacity;
transform: none;
} }
.carousel-item.active, .carousel-item.active,
...@@ -96,18 +96,6 @@ ...@@ -96,18 +96,6 @@
.active.carousel-item-right { .active.carousel-item-right {
opacity: 0; opacity: 0;
} }
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active,
.active.carousel-item-left,
.active.carousel-item-prev {
transform: translateX(0);
@supports (transform-style: preserve-3d) {
transform: translate3d(0, 0, 0);
}
}
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment