aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmeya Pandilwar <[email protected]>2016-02-17 01:32:32 -0500
committerChris Rebert <[email protected]>2016-02-16 22:51:35 -0800
commit4b941847f540b7e2d13d7abde3a419c712c8dc05 (patch)
treecdec1a274f29968dbe8e8b36dc1ca5cd8e18b0e0
parentd8ac2f5de2000d131ec15b7c66c339f6651e55e6 (diff)
downloadbootstrap-4b941847f540b7e2d13d7abde3a419c712c8dc05.tar.xz
bootstrap-4b941847f540b7e2d13d7abde3a419c712c8dc05.zip
_tags.scss: Updated comments to reflect name change
Erratum from #19157 Closes #19245
-rw-r--r--scss/_tags.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/scss/_tags.scss b/scss/_tags.scss
index 61758426a..dee9ed95d 100644
--- a/scss/_tags.scss
+++ b/scss/_tags.scss
@@ -15,13 +15,13 @@
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);