From 3dcab8767ab78af6d6798151b3a52ec719315a39 Mon Sep 17 00:00:00 2001 From: zhuyue Date: Wed, 21 Mar 2018 10:30:25 +0800 Subject: [PATCH] fix: cursor style of disabled Rate should be default, close #9747 --- components/rate/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/rate/style/index.less b/components/rate/style/index.less index 97e916d03f..c52b46fb60 100644 --- a/components/rate/style/index.less +++ b/components/rate/style/index.less @@ -15,7 +15,7 @@ outline: none; &-disabled &-star { - cursor: not-allowed; + cursor: default; &:hover { transform: scale(1); }