From cbe3a5d35ecd90b4369db1bd37fa3cfc0b6f07e4 Mon Sep 17 00:00:00 2001 From: "Timothy Z." Date: Tue, 24 Jun 2025 13:26:50 +0300 Subject: [PATCH] refactor(Ratings): use pointer-events to disable --- src/components/MetaPreview/Ratings/Ratings.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MetaPreview/Ratings/Ratings.less b/src/components/MetaPreview/Ratings/Ratings.less index bc0ea05c8..f4c7d57c2 100644 --- a/src/components/MetaPreview/Ratings/Ratings.less +++ b/src/components/MetaPreview/Ratings/Ratings.less @@ -40,7 +40,7 @@ } &.disabled { - cursor: not-allowed; + pointer-events: none; } } }