diff --git a/components/menu/style/theme.tsx b/components/menu/style/theme.tsx index eb54a7bb1106..4841236cefd9 100644 --- a/components/menu/style/theme.tsx +++ b/components/menu/style/theme.tsx @@ -154,6 +154,12 @@ const getThemeStyle = (token: MenuToken, themeSuffix: string): CSSInterpolation // ====================== Horizontal ====================== [`&${componentCls}-horizontal`]: { + ...(themeSuffix === 'dark' + ? { + borderBottom: 0, + } + : {}), + [`> ${componentCls}-item, > ${componentCls}-submenu`]: { top: colorActiveBarBorderSize, marginTop: -colorActiveBarBorderSize,