Skip to content

Commit

Permalink
fix: menu slide bar style (#39819)
Browse files Browse the repository at this point in the history
  • Loading branch information
MadCcc committed Dec 27, 2022
1 parent ff92370 commit 3a03c7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/menu/style/theme.tsx
Expand Up @@ -178,15 +178,15 @@ const getThemeStyle = (token: MenuToken, themeSuffix: string): CSSInterpolation

[`&:hover, &-active, &-open`]: {
'&::after': {
borderWidth: `${colorActiveBarHeight}px`,
borderBottomWidth: colorActiveBarHeight,
borderBottomColor: colorItemTextSelectedHorizontal,
},
},
[`&-selected`]: {
color: colorItemTextSelectedHorizontal,
backgroundColor: colorItemBgSelectedHorizontal,
'&::after': {
borderWidth: `${colorActiveBarHeight}px`,
borderBottomWidth: colorActiveBarHeight,
borderBottomColor: colorItemTextSelectedHorizontal,
},
},
Expand Down

0 comments on commit 3a03c7a

Please sign in to comment.