mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
_tags.scss: Updated comments to reflect name change
Erratum from #19157 Closes #19245
This commit is contained in:
parent
d8ac2f5de2
commit
4b941847f5
@ -15,13 +15,13 @@
|
|||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
@include border-radius();
|
@include border-radius();
|
||||||
|
|
||||||
// Empty labels collapse automatically
|
// Empty tags collapse automatically
|
||||||
&:empty {
|
&:empty {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Quick fix for labels in buttons
|
// Quick fix for tags in buttons
|
||||||
.btn .tag {
|
.btn .tag {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -1px;
|
top: -1px;
|
||||||
@ -38,7 +38,7 @@ a.tag {
|
|||||||
}
|
}
|
||||||
// scss-lint:enable QualifyingElement
|
// scss-lint:enable QualifyingElement
|
||||||
|
|
||||||
// Pill labels
|
// Pill tags
|
||||||
//
|
//
|
||||||
// Make them extra rounded with a modifier to replace v3's badges.
|
// Make them extra rounded with a modifier to replace v3's badges.
|
||||||
|
|
||||||
@ -50,7 +50,7 @@ a.tag {
|
|||||||
|
|
||||||
// Colors
|
// Colors
|
||||||
//
|
//
|
||||||
// Contextual variations (linked labels get darker on :hover).
|
// Contextual variations (linked tags get darker on :hover).
|
||||||
|
|
||||||
.tag-default {
|
.tag-default {
|
||||||
@include tag-variant($tag-default-bg);
|
@include tag-variant($tag-default-bg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user