fix: apply scale transform to disabled star (#34547)

This commit is contained in:
Yunwoo Ji 2022-03-17 12:54:52 +09:00 committed by GitHub
parent 10c090a993
commit 310c7775d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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