From 19a94d08d659d39e718efca95812cac2db178b15 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 19 Dec 2012 19:33:14 -0800 Subject: Remove support for multiple buttons in input groups because fuck that shit. --- less/forms.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'less/forms.less') 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; } -- cgit v1.2.3