aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_list-group.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/scss/_list-group.scss b/scss/_list-group.scss
index 1e0d1121d..f17fb9bb1 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;
+ }
+ }
}