mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-11-30 02:08:12 +08:00
style(components): [menu] Collapse mode active color (#15343)
style(components): [menu] coolapse mode active color
This commit is contained in:
parent
49ca14fecd
commit
838bad208c
@ -210,6 +210,12 @@
|
||||
.#{$namespace}-menu .#{$namespace}-sub-menu {
|
||||
min-width: 200px;
|
||||
}
|
||||
|
||||
.#{$namespace}-sub-menu {
|
||||
&.is-active .#{$namespace}-sub-menu__title {
|
||||
color: getCssVar('menu-active-color');
|
||||
}
|
||||
}
|
||||
}
|
||||
@include m(popup) {
|
||||
z-index: 100;
|
||||
|
Loading…
Reference in New Issue
Block a user