I am making a star rating system. I guess you could say everything technically works just fine. I have a faded star color, a solid star color for hovering over, and then a red one for the value you selected. Problem is, when I click a star and add the class to make it selected, the user probably wouldn't know because your mouse is still overing over it, therefore the solid star is showing, not the red one - you'd have to move your mouse outside the star area to see that. Any suggestions for how to tackle this issue?