-
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
V9 Slider is missing cursor pointer #25184
Conversation
📊 Bundle size report
Unchanged fixtures
|
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
Avatar | mount | 1272 | 1147 | 5000 | |
Button | mount | 843 | 849 | 5000 | |
FluentProvider | mount | 1496 | 1433 | 5000 | |
FluentProviderWithTheme | mount | 615 | 633 | 10 | |
FluentProviderWithTheme | virtual-rerender | 591 | 594 | 10 | |
FluentProviderWithTheme | virtual-rerender-with-unmount | 539 | 568 | 10 | |
MakeStyles | mount | 1696 | 1686 | 50000 | |
SpinButton | mount | 2429 | 2303 | 5000 |
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: c5377aa47efda4f692a5b61f5c85ea2fd0a590a4 (build) |
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 754c462:
|
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.
Seeing that v8 and normal input type="range" HTML elements don't have this style, we're going to double check with design before making this change.
Confirmed that this new behavior was actually in the spec, and we missed it on initial implementation. 🚢 it |
* cursor * change Co-authored-by: Petr Duda <[email protected]>
* cursor * change Co-authored-by: Petr Duda <[email protected]>
Current Behavior
Slider V9 is missing cursor pointer when hovering or interacting with it.
New Behavior
This PR adds
cursor: pointer
to the slider input and alsocursor: default
for input disabled state.Related Issue(s)
Fixes #