fix(components): [el-menu] collapse menu active color (#5735)

This commit is contained in:
Aex 2022-02-11 11:23:02 +08:00 committed by GitHub
parent c37de7ed1e
commit 945e469624
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,8 +198,8 @@
}
}
&.is-active i {
color: inherit;
&.is-active .#{$namespace}-sub-menu__title {
color: var(--el-menu-active-color);
}
}
}