barbatus / stars-rating

Stars rating control for Meteor
MIT License
21 stars 11 forks source link

Pointer cursor present when starsRating's mutable=false #9

Open smanji opened 8 years ago

smanji commented 8 years ago

When mutable=false, I would expect that the mouse over cursor should be set to the default cursor.

However, it is currently displaying a pointer cursor giving the user the impression that the rating can be clicked/changed -- when this is not the case.

I've tried creating a css class with cursor: default, but this does not seem to have any effect.

Is this a bug within the package or is there some other way to change the cursor when mutable=false?