refactor(Ratings): use pointer-events to disable

This commit is contained in:
Timothy Z. 2025-06-24 13:26:50 +03:00
parent 3aa421f768
commit cbe3a5d35e

View file

@ -40,7 +40,7 @@
}
&.disabled {
cursor: not-allowed;
pointer-events: none;
}
}
}