From c3fe0a5d8e843893df2efd5f31d3a5e714b3ba87 Mon Sep 17 00:00:00 2001 From: qinhaoyan <30946345+qinhaoyan@users.noreply.github.com> Date: Fri, 26 Nov 2021 19:21:19 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=8E=BB=E9=99=A4nav=E7=BB=84?= =?UTF-8?q?=E4=BB=B6item=E9=80=89=E4=B8=AD=E5=90=8E=E7=9A=84=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E6=A0=B7=E5=BC=8F=20(#3073)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Qin,Haoyan --- scss/components/_nav.scss | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/scss/components/_nav.scss b/scss/components/_nav.scss index b70abac96..77ccd1839 100644 --- a/scss/components/_nav.scss +++ b/scss/components/_nav.scss @@ -174,12 +174,6 @@ pointer-events: none; } - &.active, - &.is-active { - background: var(--Nav-item-onActive-bg) !important; - } - - &.active > a, &.is-active > .#{$ns}Nav-item-atcions, &.is-active > a, @@ -188,6 +182,7 @@ &.is-active > .#{$ns}Badge > a { color: var(--Nav-item-onActive-color); position: relative; + background: var(--Nav-item-onActive-bg); &::after { transform: scaleY(1);