Use `$enable-rounded` for `.label-pill`

Fix #18002
This commit is contained in:
Kevin Kirsche 2015-10-21 16:34:07 -04:00 committed by Kevin Kirsche
parent 0ccac4a6e0
commit fbbadaff3c
1 changed files with 1 additions and 2 deletions

View File

@ -43,10 +43,9 @@ a.label {
.label-pill {
padding-right: .6em;
padding-left: .6em;
border-radius: 1rem;
@include border-radius(1rem);
}
// Colors
//
// Contextual variations (linked labels get darker on :hover).