-
Notifications
You must be signed in to change notification settings - Fork 207
fix: slider thumb inner background issue, fixes #1133 #1154
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: slider thumb inner background issue, fixes #1133 #1154
Conversation
|
I restarted the job. |
|
I suspect PR #1547 will end up superseding this so I've highlighted this PR there to ensure changes address this concern. |
@castastrophe I pinged PJ to weight in as we currently don't have this documented in the Tokens package nor the Tokens Design Documentation. (Ramp and Ticks is not in there yet). I will make the updates to #1547 |
|
For Range, I already took care of this in PR #1547 |
|
I added this to PR #1547 |
|
Closing this PR out so we can address it in our tokens migration work but super appreciate the work done here to help us find a solution. |





This fixes any issue where the thumb of a slider is transparent when it should be opaque.
Description
Fixes #1133
Changed background for spectrum-Slider-handle class.
How and where has this been tested?
Tested by building locally and navigating to http://localhost:3000/docs/slider.html#slider and viewing behavior of thumb.
Chrome 89 - Mac 10.15
Screenshots
https://user-images.githubusercontent.com/25776618/111511276-f4c42600-8724-11eb-9385-f1f942ffed53.mov
https://user-images.githubusercontent.com/25776618/111511290-f857ad00-8724-11eb-8b39-4013bfa0cc78.mov
To-do list