'How to change color of the spinner for cursor: progress/wait CSS

Is there a way to change the default blue spinner for cursor: progress in CSS? If not, how would one render an animated loading cursor in react?



Solution 1:[1]

You can create custom cursor with svg or png. cursor: url('path-to-image.png'), auto;

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 MANOJ MUKHERJEE