Skip to content

Commit 18d0af8

Browse files
authored
Merge pull request #15 from pdsuwwz/fix/el-icon-submenu
🐛 fix(submenu icon) Fix highlight el-icon on active submenu
2 parents 61fd783 + 9434005 commit 18d0af8

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)