shadeed / rtl-styling

An extensive guide on how to style for RTL in CSS
https://rtlstyling.com/
MIT License
351 stars 19 forks source link

Color picker in RTL #15

Open JonBunator opened 2 years ago

JonBunator commented 2 years ago

Hello and thank you for the great guide! We are working on a color picker at https://mudblazor.com (https://github.com/Garderoben/MudBlazor) right now.

picker

We are not entirely sure how color pickers should look like in RTL:

picker_rtl_slider

I think everything is correct except for the hue slider. (See image above) We aren't too sure if it should be flipped in RTL. To my understanding hue is something universal that always follows left to right and shouldn't be flipped in RTL. (https://en.wikipedia.org/wiki/Hue)

Maybe you have an opinion on this. That would be great. Thank you! It might even be worth something for your guide.