aurelia / ux

A user experience framework with higher-level capabilities, designed to bring simplicity and elegance to building cross-device, rich experiences.
MIT License
368 stars 55 forks source link

The ux-switch components has incorrect appearance then RTL (dir="rtl") is enabled #317

Open glyad opened 4 years ago

glyad commented 4 years ago

I'm submitting a bug report

Library Version: latest

Operating System: macOS 10.15.5 Catalina

Node Version: 10.19.0

NPM Version: 6.14.6

Webpack Latest

Browser: Chrome Latest

Language: TypeScript 3.9.5

Current behaviour:

image image

Desired behaviour:

Same as for LTR.

Possible fix: Add direction: ltr !important; rule to .ux-switch class definition.