RangeControl styling sins #25345
Labels
CSS Styling
Related to editor and front end styles, CSS-specific issues.
[Feature] UI Components
Impacts or related to the UI component system
Needs Design Feedback
Needs general design feedback.
[Package] Components
/packages/components
RangeControl signals interactivity where there is none in two ways. First, its root element sports a
cursor:pointer
style yet not all of that area is interactive. Second, at each end of the range, half of its Thumb is outside the interactive area, making that half a trap because clicking on it will do nothing (except blur theinput
if it had focus).Screen Capture
To reproduce
Steps to reproduce the behavior:
Expected behavior
Any portion of the component that is not interactive should not signal interactivity.
Editor version (please complete the following information):
The text was updated successfully, but these errors were encountered: