aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less8
1 files changed, 4 insertions, 4 deletions
diff --git a/less/forms.less b/less/forms.less
index a10e57d02..949418d98 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -510,22 +510,22 @@ select:focus:invalid {
}
// Prepend
.input-group-btn {
- &:first-child > .btn:last-child,
+ &:first-child > .btn,
&.btn-group:first-child > .btn {
border-right: 0;
}
- &:first-child > .btn:first-child,
+ &:first-child > .btn,
&.btn-group:first-child > .btn {
border-radius: @border-radius-base 0 0 @border-radius-base;
}
}
// Append
.input-group-btn {
- &:last-child > .btn:first-child,
+ &:last-child > .btn,
&.btn-group:last-child > .btn:first-child {
border-left: 0;
}
- &:last-child > .btn:last-child,
+ &:last-child > .btn,
&.btn-group:last-child > .btn {
border-radius: 0 @border-radius-base @border-radius-base 0;
}