]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use `$enable-rounded` for `.label-pill` 18011/head
authorKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Wed, 21 Oct 2015 20:34:07 +0000 (16:34 -0400)
committerKevin Kirsche <kev.kirsche@gmail.com>
Thu, 22 Oct 2015 12:05:47 +0000 (08:05 -0400)
Fix #18002

scss/_labels.scss

index 400b8b2a6c669b1d46b998a2babe192c3a325211..9dcc10e0915521b9f7b11ffd0251ac1a10e1c2d0 100644 (file)
@@ -43,10 +43,9 @@ a.label {
 .label-pill {
   padding-right: .6em;
   padding-left: .6em;
-  border-radius: 1rem;
+  @include border-radius(1rem);
 }
 
-
 // Colors
 //
 // Contextual variations (linked labels get darker on :hover).