as you can see the hover text of arrow at the right says “First revision” while arrow pointing towards the next side as for RTL readers, they are facing each other.
Should be
as you can see the hover text of arrow at the right says “First revision” while arrow pointing towards the next side as for RTL readers, they are facing each other.
Should be
Interesting problem, we have a process that “reverses CSS” but it seems some very specific areas need an override here.
putting pr-welcome on this and alerting the proper product team.
For “pointy” icons, we need to flip them so they point in the correct direction for RTL languages. We do this via CSS by targeting pointy icons and rotating them 180 degrees:
We just need to add these forward/backward icons to the list above.
But will that not mean that clicking on “take me to last revision” will take you to the first revision?
No the buttons stay in their place, it’s just the icons inside the buttons are rotated 180 degrees. This is what it looks like with transform: rotate(180deg)
:
The “take me to first revision” button points to the start of the document and “take me to last revision” points toward the end of the document.
it looks like the “العودة إلى المراجعة” icon needs to be flipped horizontally too .