]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix double border on list-group (#27126)
authorRoy Klutman <royklutman@users.noreply.github.com>
Fri, 19 Oct 2018 09:01:36 +0000 (11:01 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 19 Oct 2018 09:01:36 +0000 (12:01 +0300)
scss/_list-group.scss

index 7605ab982290c99fe3ff6192fa77d6a97258d78e..796cc461f4f719b5105860fe66e5a13f1bc71372 100644 (file)
     border-right: 0;
     border-left: 0;
     @include border-radius(0);
+
+    &:last-child {
+      margin-bottom: -$list-group-border-width;
+    }
   }
 
   &:first-child {
 
   &:last-child {
     .list-group-item:last-child {
+      margin-bottom: 0;
       border-bottom: 0;
     }
   }