aboutsummaryrefslogtreecommitdiff
path: root/less/button-groups.less
diff options
context:
space:
mode:
authorMartin Bean <[email protected]>2015-04-26 17:42:34 +0100
committerMartin Bean <[email protected]>2015-04-26 17:42:34 +0100
commit9a451d4aea98d59a0bad032ec4fd80a4ea1bc8e1 (patch)
tree8b6e653d3c9bc4aa27a931c2b4bc5b531e91aaeb /less/button-groups.less
parentd0926f2debde5e920ca369ad56a07e7c8bacdd89 (diff)
downloadbootstrap-9a451d4aea98d59a0bad032ec4fd80a4ea1bc8e1.tar.xz
bootstrap-9a451d4aea98d59a0bad032ec4fd80a4ea1bc8e1.zip
Add @btn-border-radius variables (#16271)
Diffstat (limited to 'less/button-groups.less')
-rw-r--r--less/button-groups.less4
1 files changed, 2 insertions, 2 deletions
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);
}
}