diff options
| author | Mark Otto <[email protected]> | 2017-10-17 22:05:01 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-17 22:05:01 -0700 |
| commit | 85fd22bd47e71b90bb57e574a1f5f760029557e0 (patch) | |
| tree | 4d4b42d475222d9a28b388db10313fec69582950 /scss/_list-group.scss | |
| parent | dd9d5cb8de5f62b1f15945d7c04c7541dbfbf58c (diff) | |
| download | bootstrap-85fd22bd47e71b90bb57e574a1f5f760029557e0.tar.xz bootstrap-85fd22bd47e71b90bb57e574a1f5f760029557e0.zip | |
Revert #23108 to restore list group borders (#24411)
* revert #23108, which had no bug but was a problem with the example code
* add example to the docs for future proofing
* move it up
Diffstat (limited to 'scss/_list-group.scss')
| -rw-r--r-- | scss/_list-group.scss | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scss/_list-group.scss b/scss/_list-group.scss index ce3876b6c..7e0b19e01 100644 --- a/scss/_list-group.scss +++ b/scss/_list-group.scss @@ -86,13 +86,8 @@ .list-group-flush { .list-group-item { border-right: 0; - border-bottom: 0; border-left: 0; border-radius: 0; - - &:first-child { - border-top: 0; - } } &:first-child { |
