- 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

@ -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 = {