fix: Add "grey" to keep indicators backward compatible

This commit is contained in:
Suraj Shetty 2020-12-16 11:22:19 +05:30
parent c6b0f32661
commit 39ec6fa1d0

View file

@ -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');
}