diff options
| author | Mark Otto <[email protected]> | 2017-11-24 16:49:43 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-11-24 16:49:43 -0800 |
| commit | 725f5fbda58f8c46fcbc2c4a4936d032b72d2e89 (patch) | |
| tree | 2cdd33711f24608a5b09a97c2960d9221dfa0a59 | |
| parent | fff0116f7037dfb27ec19a1ccd9cf30ced2883d0 (diff) | |
| parent | 3a060bcb8df977be6b9c9548540580bdc9ee3fd9 (diff) | |
| download | bootstrap-725f5fbda58f8c46fcbc2c4a4936d032b72d2e89.tar.xz bootstrap-725f5fbda58f8c46fcbc2c4a4936d032b72d2e89.zip | |
Merge branch 'btn-group-styling' of https://github.com/picapixa/bootstrap into picapixa-btn-group-styling
| -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 |
