From c6188fd388cf9c08a1ac4c0944a7c8cb6fe7c2b2 Mon Sep 17 00:00:00 2001 From: chen-jingjie <35401187+chen-jingjie@users.noreply.github.com> Date: Tue, 28 Dec 2021 19:40:33 +0800 Subject: [PATCH] fix(Divider): with text dashed border color error (#33452) --- components/divider/style/index.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/divider/style/index.less b/components/divider/style/index.less index ea7d9c4493..ba271e0539 100644 --- a/components/divider/style/index.less +++ b/components/divider/style/index.less @@ -89,8 +89,6 @@ } &-horizontal&-with-text&-dashed { - border-top: 0; - &::before, &::after { border-style: dashed none none;