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;
}
// scss-lint:enable QualifyingElement
-// Pill tags
+// Pill badges
//
// Make them extra rounded with a modifier to replace v3's badges.
// 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);