From 9320258332d9c6de6e83eab7e178d151551db288 Mon Sep 17 00:00:00 2001 From: Tangjinxia <1119518763@qq.com> Date: Wed, 25 Nov 2020 20:44:29 +0800 Subject: [PATCH] =?UTF-8?q?CHART-17034=20fix:=E6=B7=B1=E8=89=B2=E8=83=8C?= =?UTF-8?q?=E6=99=AF=EF=BC=8C=E9=A2=9C=E8=89=B2=E8=AE=BE=E7=BD=AE=E9=A1=B9?= =?UTF-8?q?=E9=A2=9C=E8=89=B2=E4=B8=8D=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/less/base/segment/segment.less | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/less/base/segment/segment.less b/src/less/base/segment/segment.less index d72dcf8a0..8cd92b94b 100644 --- a/src/less/base/segment/segment.less +++ b/src/less/base/segment/segment.less @@ -30,7 +30,12 @@ border-bottom: 1px solid @color-bi-border-line-theme-dark; } & > .first-element{ - border-left: 1px solid @color-bi-background-default-theme-dark; + border-left: 1px solid @color-bi-border-line-theme-dark; + } + & .bi-list-item-select.disabled{ + &.active, &.hover { + background-color: @background-color-black-theme-dark !important; + } } } } \ No newline at end of file