I would like to set the cursor while dragging an element. Grab and grabbing cursor work, but the moment an element is being dragged the cursor changes to the default:
What’s the recommended way of handling this? Looks like this requires a Javascript solution because there’s no actual CSS selector available for a “dragging” element.
Related questions, e.g. Changing cursor while dragging, Drag cursor in Javascript, or CSS for grabbing cursors don’t seem to work and are a bit dated.