Skip to content

Commit

Permalink
Merge branch 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangfuhao committed Jun 30, 2023
2 parents b1e6b8f + 5fe3f72 commit 2b1ed61
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions src/menu/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,13 @@
}

&-submenu-selected {
> div > .@{menu-prefix-cls}-title-content {
font-weight: 500;
color: @menu-highlight-color;

& + .@{iconfont-css-prefix} {
color: @primary-color;
> div {
> .@{menu-prefix-cls}-title-content {
font-weight: 500;
color: @menu-highlight-color;
}
.@{iconfont-css-prefix} {
color: @primary-color;
}
}

Expand All @@ -91,6 +92,12 @@
}
}

&-item.@{menu-prefix-cls}-item-selected {
.@{menu-prefix-cls}-item-icon {
color: @primary-color;
}
}

&-submenu &-sub {
cursor: initial;
transition: background @animation-duration-slow @ease-in-out,
Expand Down

0 comments on commit 2b1ed61

Please sign in to comment.