From be72d1762a91e072f7d3016de50c0e12f690d9be Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Thu, 23 Apr 2020 15:58:17 +0800 Subject: [PATCH] fix: upload disabled hover border (#23522) --- components/upload/style/index.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/upload/style/index.less b/components/upload/style/index.less index 268df12f8d..d3bc62d396 100644 --- a/components/upload/style/index.less +++ b/components/upload/style/index.less @@ -59,6 +59,9 @@ &:hover { border-color: @primary-color; + .@{upload-prefix-cls}-disabled& { + border-color: @border-color-base; + } } }