Skip to content

Commit

Permalink
Make styling of grouped option buttons class-based
Browse files Browse the repository at this point in the history
Referencing #23728, styling grouped radio and checkbox buttons should not require the data-toggle attribute.
  • Loading branch information
Raffy Alcoriza committed Nov 9, 2017
1 parent b755883 commit 9e8a3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_button-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e8a3c0

Please sign in to comment.