]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
manually pull in #17212 from @azmenak
authorMark Otto <markdotto@gmail.com>
Fri, 13 Nov 2015 06:02:35 +0000 (22:02 -0800)
committerMark Otto <markdotto@gmail.com>
Fri, 13 Nov 2015 06:02:35 +0000 (22:02 -0800)
scss/_card.scss

index aff6036a08dc4bdc3a7bcc65efb002bc7eefcd8c..3b41357e5d3bd21f64e825b051405765863bd5a2 100644 (file)
       // Handle rounded corners
       @if $enable-rounded {
         &:first-child {
+          @include border-right-radius(0);
+
           .card-img-top {
             border-top-right-radius: 0;
           }
           }
         }
         &:last-child {
+          @include border-left-radius(0);
+          
           .card-img-top {
             border-top-left-radius: 0;
           }