Cleanup fontastic

This commit is contained in:
djmaze 2021-02-04 17:52:46 +01:00
parent 192f76c08a
commit f08dfac99d
50 changed files with 256 additions and 312 deletions

View file

@ -11,8 +11,8 @@ ko.bindingHandlers.saveTrigger = {
if ('custom' === element.saveTriggerType) {
element.append(
'  ',
Element.fromHTML('<i class="icon-spinner animated"></i>'),
Element.fromHTML('<i class="icon-remove error"></i>'),
Element.fromHTML('<i class="icon-spinner"></i>'),
Element.fromHTML('<i class="fontastic error">✖</i>'),
Element.fromHTML('<i class="icon-ok success"></i>')
);
element.classList.add('settings-saved-trigger');