]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
_tags.scss: Updated comments to reflect name change
authorAmeya Pandilwar <ameya@pandilwar.com>
Wed, 17 Feb 2016 06:32:32 +0000 (01:32 -0500)
committerChris Rebert <code@chrisrebert.com>
Wed, 17 Feb 2016 06:51:35 +0000 (22:51 -0800)
Erratum from #19157
Closes #19245

scss/_tags.scss

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