From 584759eac0839feeaf5fbde339e772d389dda16f Mon Sep 17 00:00:00 2001 From: liuyl Date: Mon, 5 Aug 2013 08:29:01 +0800 Subject: btngroups --- less/button-groups.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'less/button-groups.less') diff --git a/less/button-groups.less b/less/button-groups.less index d8eae0a50..ffa468184 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -142,10 +142,10 @@ &:not(:first-child):not(:last-child) { border-radius: 0; } - &:first-child { + &:first-child:not(:last-child) { .border-bottom-radius(0); } - &:last-child { + &:last-child:not(:first-child) { .border-top-radius(0); } } -- cgit v1.2.3