From 5461934f54a61422b38b43bf65ed34e816fbc5c5 Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Tue, 4 Aug 2020 15:00:42 +0800 Subject: [PATCH] fix: transfer disabled header dropdown cursor (#26005) --- components/transfer/style/index.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/transfer/style/index.less b/components/transfer/style/index.less index 13d513d49b..3e4d2b4e2e 100644 --- a/components/transfer/style/index.less +++ b/components/transfer/style/index.less @@ -94,6 +94,10 @@ transform: translateY(10%); cursor: pointer; .iconfont-size-under-12px(10px); + + &[disabled] { + cursor: not-allowed; + } } }