[sprite] removed unused resources

This commit is contained in:
Maxim Kadushkin 2019-11-27 20:15:14 +03:00
parent 2efde585a4
commit 88299b78ac
5 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 503 B

View file

@ -548,7 +548,7 @@ define([
items: [
{
caption: this.textNone,
iconCls: 'menu__icon dropcap-none',
iconCls: 'menu__icon columns-one',
checkable: true,
checkmark: false,
toggleGroup: 'menuDropCap',

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 B

View file

@ -82,7 +82,7 @@ define([
this.buttonNext = new Common.UI.Button({
style: 'margin-left: 5px; width: 22px; height: 22px; border: 1px solid #cfcfcf;',
cls: 'btn-toolbar bg-white',
iconCls: 'toolbar__icon btn-spellcheck-next',
iconCls: 'toolbar__icon btn-nextitem',
hint: this.txtNextTip
});
this.buttonNext.render($('#spellcheck-next'));

Binary file not shown.

Before

Width:  |  Height:  |  Size: 231 B