-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(color-wheel): should reorient with dir="rtl" #3317 #3319
fix(color-wheel): should reorient with dir="rtl" #3317 #3319
Conversation
Tachometer resultsChromecolor-wheel permalink
Firefoxcolor-wheel permalink
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@majornista thanks for putting this PR together. Could you add a test to verify that these RTL interactions work as expected?
1003c09
to
1bc5ba2
Compare
@hunterloftis I think we already cover the interactions with https://github.com/adobe/spectrum-web-components/blob/ca2acdafe004cb962c00ebb7f79c5b6061dc6843/packages/color-wheel/test/color-wheel.test.ts#L261C2-L309C8 |
f871549
to
41512f7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @majornista!
Description
Related issue(s)
Motivation and context
How has this been tested?
Screenshots (if appropriate)
Types of changes
Checklist
Best practices
This repository uses conventional commit syntax for each commit message; note that the GitHub UI does not use this by default so be cautious when accepting suggested changes. Avoid the "Update branch" button on the pull request and opt instead for rebasing your branch against
main
.