aboutsummaryrefslogtreecommitdiff
path: root/less/button-groups.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-05-13 21:20:02 -0700
committerMark Otto <[email protected]>2015-05-13 21:20:02 -0700
commit82279a8eb28fcddf24ecdf524686583e408b5191 (patch)
tree74b6f1b30a555387d1393b22f797491dc6ae7fae /less/button-groups.less
parentf2adfeb62def2c968cc370c9dfa0ef4e5fc1f5cd (diff)
parent9a451d4aea98d59a0bad032ec4fd80a4ea1bc8e1 (diff)
downloadbootstrap-82279a8eb28fcddf24ecdf524686583e408b5191.tar.xz
bootstrap-82279a8eb28fcddf24ecdf524686583e408b5191.zip
Merge branch 'btn-borders' of https://github.com/martinbean/bootstrap into martinbean-btn-borders
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);
}
}