[Frontend] Refactoring glyphs to classes

Fixes #1047
In-progress; indicators, notifications, actions,
tests
This commit is contained in:
Charles Hacskaylo
2016-06-28 14:47:52 -07:00
parent 53ed0bfb22
commit 8bb8db69e6
29 changed files with 72 additions and 46 deletions

View File

@ -38,7 +38,7 @@ define(
});
it("has a database icon", function () {
expect(indicator.getGlyph()).toEqual("D");
expect(indicator.getCssClass()).toEqual("icon-database");
});
it("has a 'caution' class to draw attention", function () {