From 6012b560a7ea2c17a1abee6d171cb3fe0d862aea Mon Sep 17 00:00:00 2001 From: simaQ Date: Wed, 8 Jul 2015 16:21:04 +0800 Subject: [PATCH] update button-group --- style/components/button.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style/components/button.less b/style/components/button.less index 4fb5d5ca82..f4fedfacbf 100644 --- a/style/components/button.less +++ b/style/components/button.less @@ -24,6 +24,10 @@ .@{btnPrefixClass}-group &:last-child:not(:first-child) { border-left-color: #00abea; } + + .@{btnPrefixClass}-group & + .@{btnPrefixClass} { + border-left-color: @btn-primary-border; + } } &-ghost { -- GitLab