fix:nav组件hover样式优化 (#3170)

Co-authored-by: Qin,Haoyan <qinhaoyan@baidu.com>
This commit is contained in:
qinhaoyan 2021-12-08 15:04:21 +08:00 committed by GitHub
parent c9473cb073
commit c23efc587f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,7 +182,7 @@
&.is-active > .#{$ns}Badge > a {
color: var(--Nav-item-onActive-color);
position: relative;
background: var(--Nav-item-onActive-bg);
background: var(--Nav-item-onActive-bg) !important;
&::after {
transform: scaleY(1);