-
Notifications
You must be signed in to change notification settings - Fork 201
feat(dropindicator): migrate to spectrum tokens #2198
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
Conversation
🚀 Deployed on https://pr-2198--spectrum-css.netlify.app |
11926c5
to
93a7ba6
Compare
93a7ba6
to
e506a23
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.
Looks great!
e506a23
to
633271f
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.
I know that they didn't exist before, but I think we should address Windows High Contrast Mode/forced-colors in this PR.
Thankfully, the amount of colors here are limited, so there will probably only be a few that will need to be accounted for. We have details on the wiki about WHCM, and our other components should be able to serve as a guide for what the syntax looks like.
Could you take a shot at taking care of those WHCM styles and pushing that up?
For reference, this is what the component looks like with forced-colors: active
:
633271f
to
66e629e
Compare
@pfulton Thanks for the feedback! I've updated the PR to include a style for that mode as can be seen here. ![]() |
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.
Looks great. Thanks for making the WHCM fix!
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.
I just had one comment.
66e629e
to
823ffa3
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.
Looks great!
823ffa3
to
42e491b
Compare
42e491b
to
163ec2c
Compare
Description
Migrate Drop Indicator to Spectrum Tokens
How and where has this been tested?
Regression testing
Validate:
To-do list