mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
fix: cursor style of disabled Rate should be default, close #9747
This commit is contained in:
parent
a1d1ca4dc6
commit
3dcab8767a
@ -15,7 +15,7 @@
|
||||
outline: none;
|
||||
|
||||
&-disabled &-star {
|
||||
cursor: not-allowed;
|
||||
cursor: default;
|
||||
&:hover {
|
||||
transform: scale(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user