diff options
| author | Gaƫl Poupard <[email protected]> | 2022-10-06 11:00:05 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-10-06 13:07:49 -0700 |
| commit | 5029370a10717892192d60b88c0406bdd9450fc2 (patch) | |
| tree | ae8f4022eccf4a11d92ebed4821c7b26d0d577c3 | |
| parent | 9936ed48d75ae5ebb2034ab0818048b6195b6e07 (diff) | |
| download | bootstrap-5029370a10717892192d60b88c0406bdd9450fc2.tar.xz bootstrap-5029370a10717892192d60b88c0406bdd9450fc2.zip | |
fix(carousel): RTL `translate()` direction
Trying to fix #37180
| -rw-r--r-- | scss/_carousel.scss | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scss/_carousel.scss b/scss/_carousel.scss index 3d8fb15a0..858b83634 100644 --- a/scss/_carousel.scss +++ b/scss/_carousel.scss @@ -42,7 +42,6 @@ display: block; } -/* rtl:begin:ignore */ .carousel-item-next:not(.carousel-item-start), .active.carousel-item-end { transform: translateX(100%); @@ -53,8 +52,6 @@ transform: translateX(-100%); } -/* rtl:end:ignore */ - // // Alternate transitions |
