-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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 (web components): slider disabled and readonly cursor #16374
fix (web components): slider disabled and readonly cursor #16374
Conversation
8ff9b0b
to
3444777
Compare
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 84ff2a9:
|
Perf AnalysisNo significant results to display. All results
Perf Analysis (Fluent)Perf comparison
Perf tests with no regressions
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 77c4f820c52723e8a8b5d179e1d39871b03dba44 (build) |
2983e28
to
1d89a58
Compare
1d89a58
to
2264035
Compare
2264035
to
84ff2a9
Compare
@chrisdholt can you please check this one? |
🎉 Handy links: |
Pull request checklist
$ yarn change
Description of changes
Fixes PR #16362 and addresses same issue with readonly Slider
Note: There is no
.slider
class on this component's template, so the css.slider
selector was not targeting anything. The disabled cursor still works on the labels and the forcedColors cursor style can be removed with this change as well.Before:
After:
High Contrast: