From 9a451d4aea98d59a0bad032ec4fd80a4ea1bc8e1 Mon Sep 17 00:00:00 2001 From: Martin Bean Date: Sun, 26 Apr 2015 17:42:34 +0100 Subject: Add @btn-border-radius variables (#16271) --- 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 84443c88b..6a0c5a865 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -173,11 +173,11 @@ border-radius: 0; } &:first-child:not(:last-child) { - border-top-right-radius: @border-radius-base; + border-top-right-radius: @btn-border-radius-base; .border-bottom-radius(0); } &:last-child:not(:first-child) { - border-bottom-left-radius: @border-radius-base; + border-bottom-left-radius: @btn-border-radius-base; .border-top-radius(0); } } -- cgit v1.2.3