Skip to content

Commit a435e2c

Browse files
committed
fix: apply scale transform to disabled star
1 parent 8475542 commit a435e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/rate/style/index.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
&-disabled &-star {
1919
cursor: default;
2020

21-
&:hover {
21+
> div:hover {
2222
transform: scale(1);
2323
}
2424
}

0 commit comments

Comments
 (0)