RTL bugs
Created by: FaridAghili
-
Windows 10
-
Google Chrome 87
-
Notice the switch circle which isn't vertically centered. It only happens in unchecked unfocused state, not when checked or when it has focus.
-
In this url, please take a look at this: I guess we should flip this chevrons like this:
Which can be done with
transform: rotate(180deg)
. Also thetransform-origin
can be increased to.6em
to have more space between chevron and text. -
Carousel direction is wrong in RTL when changed by keyboard or touch, however left/right icons works correct on click See fix