aboutsummaryrefslogtreecommitdiff
path: root/less/button-groups.less
diff options
context:
space:
mode:
authorliuyl <[email protected]>2013-08-05 08:29:01 +0800
committerliuyl <[email protected]>2013-08-05 08:29:01 +0800
commit584759eac0839feeaf5fbde339e772d389dda16f (patch)
tree60f6e1642ab38fe762aa7c1663c7b78d41ccba15 /less/button-groups.less
parentf22a077f6ea0e0d85d9899a1f44eab4733ca6af6 (diff)
downloadbootstrap-584759eac0839feeaf5fbde339e772d389dda16f.tar.xz
bootstrap-584759eac0839feeaf5fbde339e772d389dda16f.zip
btngroups
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 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);
}
}