fix: cursor style of disabled Rate should be default, close #9747

pull/9749/head
zhuyue 7 years ago
parent a1d1ca4dc6
commit 3dcab8767a

@ -15,7 +15,7 @@
outline: none;
&-disabled &-star {
cursor: not-allowed;
cursor: default;
&:hover {
transform: scale(1);
}

Loading…
Cancel
Save