Is there a way to change the default image for cursor: pointer to a custom image without having to create a new class for every element?
Creating a class and specifying the hover value for cursor is not an ideal solution as it would require adding the class to all existing elements. Adding the class to the body element also isn't feasible since child elements with cursor: pointer would override it.
Any suggestions on how to achieve this?