From: Raffy Alcoriza Date: Thu, 9 Nov 2017 07:02:46 +0000 (+0800) Subject: Make styling of grouped option buttons class-based X-Git-Tag: v4.0.0-beta.3~75^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e8a3c041bfa61c04d2afea72ba93fdc87ce33d8;p=thirdparty%2Fbootstrap.git Make styling of grouped option buttons class-based Referencing #23728, styling grouped radio and checkbox buttons should not require the data-toggle attribute. --- diff --git a/scss/_button-group.scss b/scss/_button-group.scss index 8be3a6a7f5..6c4a0ca7f9 100644 --- a/scss/_button-group.scss +++ b/scss/_button-group.scss @@ -197,7 +197,7 @@ // See https://github.com/twbs/bootstrap/pull/12794 and // https://github.com/twbs/bootstrap/pull/14559 for more information. -[data-toggle="buttons"] { +.btn-toggle-group { > .btn, > .btn-group > .btn { margin-bottom: 0; // Override default `