0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-13 13:29:25 +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;
}
/* 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