slider
slider copied to clipboard
Cursor styles disrupted with step
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.