From 901f862117965dfe7831b8b42e764101f0286b88 Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Tue, 24 Mar 2020 17:27:40 +0800 Subject: [PATCH] style: add separator disabled (#22563) --- components/date-picker/style/index.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/date-picker/style/index.less b/components/date-picker/style/index.less index 29d1c9c597..376bf0934e 100644 --- a/components/date-picker/style/index.less +++ b/components/date-picker/style/index.less @@ -135,6 +135,11 @@ line-height: @font-size-lg; text-align: center; cursor: default; + .@{picker-prefix-cls}-range-separator & { + .@{picker-prefix-cls}-disabled & { + cursor: not-allowed; + } + } } // ======================== Range =========================