From d7b5c4da45b72d0cd33a9ead915e30fad163c893 Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Wed, 25 Mar 2020 11:01:49 +0800 Subject: [PATCH] style: remove select-item-group point (#22581) --- components/select/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/select/style/index.less b/components/select/style/index.less index 9eaa543339..7a3b657be6 100644 --- a/components/select/style/index.less +++ b/components/select/style/index.less @@ -210,6 +210,7 @@ &-group { color: @text-color-secondary; font-size: @font-size-sm; + cursor: default; } // =========== Option ===========