fix: apply scale transform to disabled star

pull/5820/head
tangjinzhou 2022-05-21 15:52:09 +08:00
parent 8475542b2f
commit a435e2c090
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
&-disabled &-star {
cursor: default;
&:hover {
> div:hover {
transform: scale(1);
}
}