From 57c072d1b80d2e1fc628ae4f73799ceea9a02359 Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 17 Jul 2018 15:29:23 +0800 Subject: [PATCH] Fix dark menu small style issue, close #11299 --- components/menu/style/dark.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/menu/style/dark.less b/components/menu/style/dark.less index 51084c2232..127e6843d8 100644 --- a/components/menu/style/dark.less +++ b/components/menu/style/dark.less @@ -24,13 +24,14 @@ } &-dark&-horizontal { - border-bottom-color: @menu-dark-bg; + border-bottom: 0; } &-dark&-horizontal > &-item, &-dark&-horizontal > &-submenu { border-color: @menu-dark-bg; border-bottom: 0; + top: 0; } &-dark&-horizontal > &-item > a:before {