]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Replace some border-radius properties for the mixin, closes #23872
authorMark Otto <markdotto@gmail.com>
Mon, 23 Oct 2017 02:43:35 +0000 (19:43 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 23 Oct 2017 02:43:35 +0000 (19:43 -0700)
scss/_card.scss
scss/_code.scss
scss/_list-group.scss

index 66f344eda0cd52a1afc72d0200375791a1470730..a3a435a7f863a7f0d7dad2327fcbd579fbf91579 100644 (file)
         }
 
         &:not(:first-child):not(:last-child):not(:only-child) {
-          border-radius: 0;
+          @include border-radius(0);
 
           .card-img-top,
           .card-img-bottom,
           .card-header,
           .card-footer {
-            border-radius: 0;
+            @include border-radius(0);
           }
         }
       }
index b88f5b61dee156f49935fb361ea40fb9da048179..a9fe624bc2b6425a892820b141f9caaa44cd11f8 100644 (file)
@@ -51,7 +51,7 @@ pre {
     font-size: inherit;
     color: inherit;
     background-color: transparent;
-    border-radius: 0;
+    @include border-radius(0);
   }
 }
 
index abe132255da29f9e0ef9ffc747081cf8afb901e9..d771364cb09a433eb5671115a25f74f7e274cb2c 100644 (file)
@@ -87,7 +87,7 @@
   .list-group-item {
     border-right: 0;
     border-left: 0;
-    border-radius: 0;
+    @include border-radius(0);
   }
 
   &:first-child {