Rename tags to badges in comments

This commit is contained in:
Quy 2016-12-26 09:56:22 -08:00 committed by Mark Otto
parent 7961886efe
commit 88a6b1c3d4
1 changed files with 4 additions and 4 deletions

View File

@ -15,13 +15,13 @@
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);