mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 20:19:44 +08:00
Merge pull request #17039 from ant-design/style-submenu-selected
style: Keep submenu selected style
This commit is contained in:
commit
1b20b3b49b
@ -43,6 +43,10 @@
|
||||
padding 0.15s @ease-in-out;
|
||||
}
|
||||
|
||||
&-submenu-selected {
|
||||
color: @menu-highlight-color;
|
||||
}
|
||||
|
||||
&-item:active,
|
||||
&-submenu-title:active {
|
||||
background: @menu-item-active-bg;
|
||||
|
Loading…
Reference in New Issue
Block a user