]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
added suggested fix for list-groups with a elements
authorgijsbotje <botje_gijs@hotmail.com>
Wed, 16 Aug 2017 18:14:56 +0000 (20:14 +0200)
committerMark Otto <markd.otto@gmail.com>
Sun, 20 Aug 2017 19:21:24 +0000 (12:21 -0700)
scss/_card.scss

index 777a1a9aadaa50afce9dce98f714d29e8eb9c9a1..7f1811def604d5f2c3db9ff75ec6fc66633ae2dd 100644 (file)
@@ -57,7 +57,8 @@
     }
   }
 
-  .card-header + .list-group > li:first-child {
+  .card-header + .list-group > li:first-child,
+  .card-header + .list-group > a:first-child {
     border: 0;
   }
 }