- Remove background from `elementStatusColors` mixin; - Change Indicators to use more correct style of `.s-status-on`;
This commit is contained in:
committed by
GitHub
parent
469e93d916
commit
61bdadc33c
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user