Skip to content

Commit dc5e760

Browse files
author
sky
committed
fixbug:侧边栏收起,鼠标放于2级菜单时,一级菜单图标消失
1 parent 61af816 commit dc5e760

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/style/index.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
.ant-menu-submenu-vertical > .ant-menu-submenu-title:after{
3838
display: none;
3939
}
40+
.ant-menu-dark:not(.ant-menu-inline) .ant-menu-submenu-open {
41+
color: inherit;
42+
}
4043
}
4144
p {
4245
margin: 10px 0 10px 0;

0 commit comments

Comments
 (0)