0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +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 Mark Otto
parent 9936ed48d7
commit 5029370a10

View File

@ -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