]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Reset the left and right border on list items for flush list groups 20873/head
authorMark Otto <markdotto@gmail.com>
Sun, 9 Oct 2016 23:57:32 +0000 (16:57 -0700)
committerMark Otto <markdotto@gmail.com>
Sun, 9 Oct 2016 23:57:32 +0000 (16:57 -0700)
Avoid the resetting of the already set values in #20397. Fixes #20395.

scss/_list-group.scss

index d7e2ec5c168e03076078ae8bd1bad9456d771126..1e0d1121d4fbbede3b70a2516e04579149dd2889 100644 (file)
@@ -70,6 +70,8 @@
 
 .list-group-flush {
   .list-group-item {
+    border-right: 0;
+    border-left: 0;
     border-radius: 0;
   }
 }