Skip to content

Commit

Permalink
fix(layout): submenu unneed hover bgColor
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Oct 14, 2022
1 parent b2a113b commit e23d874
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/layout/src/style/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ const compatibleStyle: GenerateStyle<ProLayoutToken & LayoutDesignToken> = (toke
${token.antCls}-menu-submenu-active,
${token.antCls}-menu-submenu-title:hover`]: {
color: token.sider.colorTextMenuActive,
backgroundColor: token.sider.colorBgMenuItemHover,
borderRadius: token.radiusBase,
[`${token.antCls}-menu-submenu-arrow`]: {
color: token.sider.colorTextMenuActive,
Expand Down

0 comments on commit e23d874

Please sign in to comment.