Skip to content

Commit 9434005

Browse files
committed
🐛 fix(submenu icon) Fix highlight el-icon on active submenu
1 parent 61fd783 commit 9434005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Navigation/MenuBar/MenuBarItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export default {
110110
}
111111
/deep/ .el-submenu.submenu-active {
112112
& > .el-submenu__title,
113-
.el-icon-location,
113+
[class^="el-icon-"],
114114
.menu-font-awesome-icon {
115115
color: $--color-primary;
116116
}

0 commit comments

Comments
 (0)