From 11d06d5d83f2df3664d79c6768f83003e4829bc6 Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Wed, 12 Feb 2020 15:18:08 +0800 Subject: [PATCH] style: fix datepicker disabed style (#21352) --- components/date-picker/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/date-picker/style/index.less b/components/date-picker/style/index.less index fee73bfafb..80a55310a9 100644 --- a/components/date-picker/style/index.less +++ b/components/date-picker/style/index.less @@ -49,6 +49,7 @@ &&-disabled { background: @input-disabled-bg; border-color: @select-border-color; + cursor: not-allowed; } &&-borderless {