From bfa1fa5beacad2897d705fdc48bb474ffc13b25e Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Tue, 4 Aug 2020 11:17:59 +0800 Subject: [PATCH] fix: select disabled icon cursor style --- components/select/style/index.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/select/style/index.less b/components/select/style/index.less index be0e1fc6f681..d57a53ac47d4 100644 --- a/components/select/style/index.less +++ b/components/select/style/index.less @@ -124,6 +124,10 @@ pointer-events: auto; } } + + .@{select-prefix-cls}-disabled & { + cursor: not-allowed; + } } // ========================== Clear ==========================