- Remove background from `elementStatusColors` mixin;
- Change Indicators to use more correct style of `.s-status-on`;
This commit is contained in:
Charles Hacskaylo
2020-04-06 15:36:52 -07:00
committed by GitHub
parent 469e93d916
commit 61bdadc33c
5 changed files with 4 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ define(
// DISCONNECTED: HTTP failed; maybe misconfigured, disconnected.
// PENDING: Still trying to connect, and haven't failed yet.
var CONNECTED = {
statusClass: "s-status-ok"
statusClass: "s-status-on"
},
PENDING = {
statusClass: "s-status-warning-lo"