From 5b2ad630265c070d069465b0657721b5af794345 Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 13 Sep 2022 19:47:08 +0800 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/less/core/utils/common.less | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/less/core/utils/common.less b/src/less/core/utils/common.less index 76a93b316..fe9230f3f 100644 --- a/src/less/core/utils/common.less +++ b/src/less/core/utils/common.less @@ -2,6 +2,19 @@ .base-disabled { cursor: not-allowed !important; + .cursor-pointer { + cursor: not-allowed !important; + } + .cursor-default { + cursor: not-allowed !important; + } + .cursor-move { + cursor: not-allowed !important; + } + + .cursor-text{ + cursor: text; + } color: @color-bi-text-disabled !important; & .bi-input { From 34fa238aeff0c5c603fb4c23546b5630c049debb Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 13 Sep 2022 19:47:28 +0800 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/less/core/utils/common.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/less/core/utils/common.less b/src/less/core/utils/common.less index fe9230f3f..bc87e80cb 100644 --- a/src/less/core/utils/common.less +++ b/src/less/core/utils/common.less @@ -11,10 +11,10 @@ .cursor-move { cursor: not-allowed !important; } - .cursor-text{ - cursor: text; + cursor: not-allowed !important; } + color: @color-bi-text-disabled !important; & .bi-input {