You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
Rate component 'read-only' variation is mostly used when you want to display something, not give a rating. Thus, having cursor: not-allowed on hover is really an anti-pattern here. Why would someone wish to see a not-allowed cursor when hovering over a rating of a product for example?
What does the proposed API look like?
cursor: default on hover
The text was updated successfully, but these errors were encountered:
dengfuping
changed the title
Rate component 'read-only' variation should have default cursor on hover
Rate component 'disabled' prop should have default cursor on hover
Mar 21, 2018
What problem does this feature solve?
Rate component 'read-only' variation is mostly used when you want to display something, not give a rating. Thus, having
cursor: not-allowed
on hover is really an anti-pattern here. Why would someone wish to see anot-allowed
cursor when hovering over a rating of a product for example?What does the proposed API look like?
cursor: default
on hoverThe text was updated successfully, but these errors were encountered: