diff options
| author | Rohit Sharma <[email protected]> | 2020-11-30 14:39:55 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-30 11:09:55 +0200 |
| commit | af5744440583e0a13ad637bc41e8e7a4074086fb (patch) | |
| tree | 485877e28f0d0fb86022131522c60892af27dc69 | |
| parent | ff25a7532062caf8b922ff8909a7e2db848242f5 (diff) | |
| download | bootstrap-af5744440583e0a13ad637bc41e8e7a4074086fb.tar.xz bootstrap-af5744440583e0a13ad637bc41e8e7a4074086fb.zip | |
Keep rounded corners for the first .btn in vertical button group (#31303)
Co-authored-by: XhmikosR <[email protected]>
| -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 1571d1ea9..abb363a84 100644 --- a/scss/_button-group.scss +++ b/scss/_button-group.scss @@ -132,7 +132,7 @@ @include border-bottom-radius(0); } - > .btn:not(:first-child), + > .btn ~ .btn, > .btn-group:not(:first-child) > .btn { @include border-top-radius(0); } |
