]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Rename tags to badges in comments
authorQuy <quy@fluxbb.org>
Mon, 26 Dec 2016 17:56:22 +0000 (09:56 -0800)
committerMark Otto <markd.otto@gmail.com>
Mon, 26 Dec 2016 21:06:34 +0000 (13:06 -0800)
scss/_badge.scss

index 39635fcc76a89254a09651a3ca1c2bc073983135..e5a3298937c5ee641cf51637b1945796050da4b9 100644 (file)
   vertical-align: baseline;
   @include border-radius();
 
-  // Empty tags collapse automatically
+  // Empty badges collapse automatically
   &:empty {
     display: none;
   }
 }
 
-// Quick fix for tags in buttons
+// Quick fix for badges in buttons
 .btn .badge {
   position: relative;
   top: -1px;
@@ -38,7 +38,7 @@ a.badge {
 }
 // scss-lint:enable QualifyingElement
 
-// Pill tags
+// Pill badges
 //
 // Make them extra rounded with a modifier to replace v3's badges.
 
@@ -50,7 +50,7 @@ a.badge {
 
 // Colors
 //
-// Contextual variations (linked tags get darker on :hover).
+// Contextual variations (linked badges get darker on :hover).
 
 .badge-default {
   @include badge-variant($badge-default-bg);