mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 23:28:14 +00:00
- 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
@ -32,7 +32,7 @@ define(
|
||||
var CONNECTED = {
|
||||
text: "Connected",
|
||||
glyphClass: "ok",
|
||||
statusClass: "s-status-ok",
|
||||
statusClass: "s-status-on",
|
||||
description: "Connected to the domain object database."
|
||||
},
|
||||
DISCONNECTED = {
|
||||
|
Reference in New Issue
Block a user