Commit 4ab7fb4b authored by rongxingsun's avatar rongxingsun Committed by Jikkai Xiao

Menu: submenu is-active bug (#12479)

选中submenu下的菜单,submenu没有激活样式式象错误
parent ea45d54b
......@@ -113,10 +113,10 @@
line-height: 36px;
padding: 0 10px;
color: $--color-text-secondary;
&.is-active {
color: $--color-text-primary;
}
}
& .el-menu-item.is-active,
& .el-submenu.is-active > .el-submenu__title {
color: $--color-text-primary;
}
}
& .el-menu-item:not(.is-disabled):hover,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment