From 7c9dd75922979baa876c650b0fdbdf306c71f952 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Thu, 12 Jan 2017 19:27:56 +0300 Subject: [PATCH] [SSE mobile] updated icons for android version --- .../mobile/resources/less/material/_icons.less | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/apps/spreadsheeteditor/mobile/resources/less/material/_icons.less b/apps/spreadsheeteditor/mobile/resources/less/material/_icons.less index bd02fd9ea..5ee3d8e64 100644 --- a/apps/spreadsheeteditor/mobile/resources/less/material/_icons.less +++ b/apps/spreadsheeteditor/mobile/resources/less/material/_icons.less @@ -90,15 +90,20 @@ i.icon { height: 22px; .encoded-svg-mask(''); } + &.icon-link { + width: 22px; + height: 22px; + .encoded-svg-background(''); + } &.icon-insimage { width: 22px; height: 22px; - .encoded-svg-background(''); + .encoded-svg-background(''); } &.icon-sort { width: 22px; height: 22px; - .encoded-svg-background(''); + .encoded-svg-background(''); } &.icon-image-library { width: 22px;