0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-15 15:29:22 +01:00

fix(carousel): RTL translate() direction

Trying to fix #37180
This commit is contained in:
Gaël Poupard 2022-10-06 11:00:05 +02:00 committed by XhmikosR
parent 77c456d8c4
commit 127a816f77

View File

@ -42,7 +42,6 @@
display: block; display: block;
} }
/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start), .carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end { .active.carousel-item-end {
transform: translateX(100%); transform: translateX(100%);
@ -53,8 +52,6 @@
transform: translateX(-100%); transform: translateX(-100%);
} }
/* rtl:end:ignore */
// //
// Alternate transitions // Alternate transitions