From f1f835066e1bcaabac3ef568cc13f62dd74a185b Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 7 Jul 2021 01:25:56 +0300 Subject: [PATCH] Change icon --- apps/common/main/lib/view/Comments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/main/lib/view/Comments.js b/apps/common/main/lib/view/Comments.js index 9fa388ad2..2e08e779b 100644 --- a/apps/common/main/lib/view/Comments.js +++ b/apps/common/main/lib/view/Comments.js @@ -328,7 +328,7 @@ define([ this.buttonSort = new Common.UI.Button({ parentEl: $('#comments-btn-sort', this.$el), cls: 'btn-toolbar', - iconCls: 'toolbar__icon btn-rotate-270', + iconCls: 'toolbar__icon btn-setmarkers', hint: this.textSort, menu: new Common.UI.Menu({ menuAlign: 'tr-br',