diff options
| author | Raffy Alcoriza <[email protected]> | 2017-11-09 15:02:46 +0800 |
|---|---|---|
| committer | Raffy Alcoriza <[email protected]> | 2017-11-09 15:02:46 +0800 |
| commit | 9e8a3c041bfa61c04d2afea72ba93fdc87ce33d8 (patch) | |
| tree | 422697e81680bee8ff0318606a22c14dbccfe4c0 /scss/_button-group.scss | |
| parent | b7558830593711db0924bab6e9c44916865fd7c2 (diff) | |
| download | bootstrap-9e8a3c041bfa61c04d2afea72ba93fdc87ce33d8.tar.xz bootstrap-9e8a3c041bfa61c04d2afea72ba93fdc87ce33d8.zip | |
Make styling of grouped option buttons class-based
Referencing #23728, styling grouped radio and checkbox buttons should not require the data-toggle attribute.
Diffstat (limited to 'scss/_button-group.scss')
| -rw-r--r-- | scss/_button-group.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_button-group.scss b/scss/_button-group.scss index 8be3a6a7f..6c4a0ca7f 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 |
