From cee9c4ba9c661327e2e5627a8199e9de64b43ac0 Mon Sep 17 00:00:00 2001 From: zsmj Date: Thu, 20 Oct 2022 11:35:56 +0800 Subject: [PATCH] =?UTF-8?q?BI-115556=20fix:=20=E3=80=906.0.3.4=E5=8F=91?= =?UTF-8?q?=E6=95=A3=E3=80=91BI=E5=85=A8=E5=B1=80=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=B8=BA=E9=BB=98=E8=AE=A4=E6=9A=97=E9=BB=91=EF=BC=8C=E8=BF=87?= =?UTF-8?q?=E6=BB=A4=E7=BB=84=E4=BB=B6=E7=BB=91=E5=AE=9A=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E5=89=8D=E9=9D=A2=E7=9A=84=E5=8B=BE=E9=80=89=E6=A1=86=E7=9C=8B?= =?UTF-8?q?=E4=B8=8D=E6=B8=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/less/base/tree/ztree.less | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/less/base/tree/ztree.less b/src/less/base/tree/ztree.less index e300e0be4..1eb5896a6 100644 --- a/src/less/base/tree/ztree.less +++ b/src/less/base/tree/ztree.less @@ -67,6 +67,27 @@ border-left: 1px solid @border-color-dark-gray-line-theme-dark; } } + + &.bi-checkbox { + border: 1px solid @color-bi-border-checkbox-theme-dark; + + &.active { + background-color: @color-bi-background-active-checkbox-theme-dark; + border-color: @color-bi-border-hover-active-checkbox-theme-dark; + } + + &.disabled { + background-color: @color-bi-background-disabled-checkbox-theme-dark; + + &.active { + border-color: @color-bi-border-disabled-checkbox-theme-dark; + } + } + } + + &.bi-half-button { + border: 1px solid @color-bi-border-hover-active-checkbox-theme-dark; + } } .ztree li a {