From 8844679a246ca4a653ba2e0c08a7172e987a0758 Mon Sep 17 00:00:00 2001 From: neverland Date: Sat, 20 Jun 2020 15:36:35 +0800 Subject: [PATCH] style(Picker): optimize option disabled cursor (#6579) --- src/picker/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/picker/index.less b/src/picker/index.less index 02b88da46..a266fa429 100644 --- a/src/picker/index.less +++ b/src/picker/index.less @@ -109,6 +109,7 @@ color: @picker-option-text-color; &--disabled { + cursor: not-allowed; opacity: @picker-option-disabled-opacity; } }