icon-status: add .inactive state
This commit is contained in:
parent
a929241724
commit
74d47deeea
1 changed files with 3 additions and 0 deletions
|
@ -2541,6 +2541,9 @@ ol.tabs li {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.inactive {
|
||||||
|
fill: hsl(198,18%,86%);
|
||||||
|
}
|
||||||
&.ok {
|
&.ok {
|
||||||
fill: $supergood-color;
|
fill: $supergood-color;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue