slider icon indicating copy to clipboard operation
slider copied to clipboard

Cursor styles disrupted with step

Open matbrady opened this issue 5 years ago • 0 comments

Issue

The cursor style does not display correctly once the cursor leaves the handle, even when including a :focus style.

Expected

Cursor should maintain the :focus state until the handle is released.

Examples

Default Notice that the cursor maintains the grab style until the handle is released. https://codepen.io/matbrady/pen/wvWxvRE React Component Slide Notice the cursor style changes from grabbing to the default style

Possible solution

Add class to handle while it's being dragged.

matbrady avatar Nov 04 '20 17:11 matbrady