From 49e5d3ff6e4c260b7868c2ff480e7c535be9b2ec Mon Sep 17 00:00:00 2001 From: ShimaginAndrey Date: Tue, 25 Jan 2022 21:08:58 +0300 Subject: [PATCH] [SSE] Correct icon 'add' --- .../mobile/src/less/statusbar.less | 20 +++++++++++-------- .../mobile/src/view/Statusbar.jsx | 2 +- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/apps/spreadsheeteditor/mobile/src/less/statusbar.less b/apps/spreadsheeteditor/mobile/src/less/statusbar.less index 2daf9242a..c2cebdd47 100644 --- a/apps/spreadsheeteditor/mobile/src/less/statusbar.less +++ b/apps/spreadsheeteditor/mobile/src/less/statusbar.less @@ -61,14 +61,18 @@ } } - i.icon { - width: 22px; - height: 22px; - &.icon-plus { - // @source: ''; - // .encoded-svg-mask(@source, @fontColor); - // background-image: none; - .encoded-svg-mask('') + .tab { + i.icon { + width: 18px; + height: 18px; + &.icon-plus.bold{ + + // @source: ''; + // .encoded-svg-mask(@source, @fontColor); + // background-image: none; + .encoded-svg-mask('') + } } } + } diff --git a/apps/spreadsheeteditor/mobile/src/view/Statusbar.jsx b/apps/spreadsheeteditor/mobile/src/view/Statusbar.jsx index bc1ccf646..6c09899e9 100644 --- a/apps/spreadsheeteditor/mobile/src/view/Statusbar.jsx +++ b/apps/spreadsheeteditor/mobile/src/view/Statusbar.jsx @@ -73,7 +73,7 @@ const StatusbarView = inject('storeAppOptions', 'sheets', 'users')(observer(prop {isEdit &&
- +
}