mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 11:07:52 +08:00
fix:nav组件hover样式优化 (#3170)
Co-authored-by: Qin,Haoyan <qinhaoyan@baidu.com>
This commit is contained in:
parent
c9473cb073
commit
c23efc587f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user