Skip to content

Commit

Permalink
fix(carousel): RTL translate() direction
Browse files Browse the repository at this point in the history
Trying to fix #37180
  • Loading branch information
ffoodd authored and mdo committed Oct 6, 2022
1 parent 9936ed4 commit 5029370
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scss/_carousel.scss
Expand Up @@ -42,7 +42,6 @@
display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
transform: translateX(100%);
Expand All @@ -53,8 +52,6 @@
transform: translateX(-100%);
}

/* rtl:end:ignore */


//
// Alternate transitions
Expand Down

0 comments on commit 5029370

Please sign in to comment.