From 6c62a7c69518099ff8d5fc87a2241302ed20afd2 Mon Sep 17 00:00:00 2001 From: jimmychai Date: Fri, 7 Jul 2023 21:38:28 +0800 Subject: [PATCH] =?UTF-8?q?BI-128881=20fix:=20=E6=B7=B1=E8=89=B2=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E6=97=A0=E6=9B=B4=E5=A4=9A=E6=95=B0=E6=8D=AE=E8=BF=99?= =?UTF-8?q?=E5=87=A0=E4=B8=AA=E5=AD=97=E6=B2=A1=E6=9C=89=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=87=BA=E6=9D=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fineui/src/less/core/utils/list-item.less | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/packages/fineui/src/less/core/utils/list-item.less b/packages/fineui/src/less/core/utils/list-item.less index c084ac275..ce5b6abb1 100644 --- a/packages/fineui/src/less/core/utils/list-item.less +++ b/packages/fineui/src/less/core/utils/list-item.less @@ -93,6 +93,25 @@ } } +.bi-theme-dark { + .bi-list-item-simple { + &.disabled { + &, &:hover, &:active { + color: @color-bi-text-disabled-theme-dark !important; + & .bi-input { + color: @color-bi-text-disabled-theme-dark !important; + } + & .bi-textarea { + color: @color-bi-text-disabled-theme-dark !important; + } + & .bi-high-light { + color: @color-bi-text-disabled-theme-dark !important; + } + } + } + } +} + // hover的时候文字变黑 // active的时候文字高亮 .bi-list-item-effect {