fix: Add "grey" to keep indicators backward compatible
This commit is contained in:
parent
c6b0f32661
commit
39ec6fa1d0
1 changed files with 6 additions and 2 deletions
|
|
@ -110,13 +110,17 @@
|
|||
@include indicator-pill-color('yellow');
|
||||
}
|
||||
|
||||
.indicator.gray {
|
||||
.indicator.gray,
|
||||
.indicator.grey {
|
||||
@include indicator-color('gray');
|
||||
}
|
||||
|
||||
.indicator-pill.gray,
|
||||
.indicator-pill-right.gray,
|
||||
.indicator-pill-round.gray {
|
||||
.indicator-pill-round.gray,
|
||||
.indicator-pill.grey,
|
||||
.indicator-pill-right.grey,
|
||||
.indicator-pill-round.grey {
|
||||
@include indicator-pill-color('light-gray');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue