Skip to content

Commit 127a816

Browse files
ffooddXhmikosR
authored andcommitted
fix(carousel): RTL translate() direction
Trying to fix #37180
1 parent 77c456d commit 127a816

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scss/_carousel.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
display: block;
4343
}
4444

45-
/* rtl:begin:ignore */
4645
.carousel-item-next:not(.carousel-item-start),
4746
.active.carousel-item-end {
4847
transform: translateX(100%);
@@ -53,8 +52,6 @@
5352
transform: translateX(-100%);
5453
}
5554

56-
/* rtl:end:ignore */
57-
5855

5956
//
6057
// Alternate transitions

0 commit comments

Comments
 (0)