diff --git a/scss/_list-group.scss b/scss/_list-group.scss index 1e0d1121d4fb..f17fb9bb1197 100644 --- a/scss/_list-group.scss +++ b/scss/_list-group.scss @@ -74,6 +74,18 @@ border-left: 0; border-radius: 0; } + + &:first-child { + .list-group-item:first-child { + border-top: 0; + } + } + + &:last-child { + .list-group-item:last-child { + border-bottom: 0; + } + } }