diff options
| author | Mark Otto <[email protected]> | 2016-10-09 16:58:01 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-10-09 16:58:01 -0700 |
| commit | ed7fc8bd63bf4b04916c3dfe947ded4535d1cff7 (patch) | |
| tree | 371bf86106925b460677686846dd5d6c6a72309f | |
| parent | 27b6cd1b5358908fdb3503ddd4e7439daba3497c (diff) | |
| parent | 74778b725e3165e27196951ba840b8d3764950eb (diff) | |
| download | bootstrap-ed7fc8bd63bf4b04916c3dfe947ded4535d1cff7.tar.xz bootstrap-ed7fc8bd63bf4b04916c3dfe947ded4535d1cff7.zip | |
Merge pull request #20873 from twbs/flush-list-group
Reset the left and right border on list items for flush list groups
| -rw-r--r-- | scss/_list-group.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/_list-group.scss b/scss/_list-group.scss index d7e2ec5c1..1e0d1121d 100644 --- a/scss/_list-group.scss +++ b/scss/_list-group.scss @@ -70,6 +70,8 @@ .list-group-flush { .list-group-item { + border-right: 0; + border-left: 0; border-radius: 0; } } |
