diff options
| author | Gaƫl Poupard <[email protected]> | 2022-10-06 11:00:05 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2022-11-21 20:12:28 +0200 |
| commit | 127a816f7768f8f5436709fb4d05580cd6e251e4 (patch) | |
| tree | 089b1d9d05247230fe1dcc91768712adc1224b32 | |
| parent | 77c456d8c4103b282fc0a2b99dbfdcf0c2411e84 (diff) | |
| download | bootstrap-127a816f7768f8f5436709fb4d05580cd6e251e4.tar.xz bootstrap-127a816f7768f8f5436709fb4d05580cd6e251e4.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 |
