Skip to content

Commit

Permalink
Revert "MWPW-147867 - [marquee] support RTL for loc (#2640)"
Browse files Browse the repository at this point in the history
This reverts commit 49df5f7.
  • Loading branch information
mokimo authored Jul 31, 2024
1 parent 538b3be commit 3099d02
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions libs/blocks/marquee/marquee.css
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,10 @@
padding: var(--spacing-xl) 0;
}

html[dir="rtl"] .marquee.split .foreground.container {
flex-direction: row-reverse;
}

.marquee.split .foreground.container .text {
max-width: calc(50% - var(--grid-column-width));
}
Expand Down Expand Up @@ -483,26 +487,15 @@
max-width: 212px;
}


.marquee.split.row-reversed .foreground.container {
justify-content: flex-end;
}

html[dir="rtl"] .marquee.split .foreground.container {
flex-direction: row-reverse;
}

html[dir="rtl"] .marquee.split.row-reversed .foreground.container {
justify-content: flex-start;
}

html[dir="rtl"] .marquee.support-rtl.split .foreground.container {
flex-direction: row;
}

html[dir="rtl"] .marquee.support-rtl.split.row-reversed .foreground.container {
flex-direction: row-reverse;
}

.marquee.split .asset img,
.marquee.split.small .asset img,
.marquee.split.large .asset img,
Expand Down

0 comments on commit 3099d02

Please sign in to comment.