From 9e8a3c041bfa61c04d2afea72ba93fdc87ce33d8 Mon Sep 17 00:00:00 2001
From: Raffy Alcoriza <raffy@kalibrr.com>
Date: Thu, 9 Nov 2017 15:02:46 +0800
Subject: [PATCH] Make styling of grouped option buttons class-based

Referencing #23728, styling grouped radio and checkbox buttons should not require the data-toggle attribute.
---
 scss/_button-group.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 `<label>` value