From 41f2187e85e33df785991349741cbb0073d173f2 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Tue, 17 Jan 2017 17:03:07 +0300 Subject: [PATCH] [SSE mobile] updated icons --- .../spreadsheeteditor/mobile/resources/less/ios/_icons.less | 6 +++--- .../mobile/resources/less/material/_icons.less | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/spreadsheeteditor/mobile/resources/less/ios/_icons.less b/apps/spreadsheeteditor/mobile/resources/less/ios/_icons.less index 03cf48b4e..73ee4e971 100644 --- a/apps/spreadsheeteditor/mobile/resources/less/ios/_icons.less +++ b/apps/spreadsheeteditor/mobile/resources/less/ios/_icons.less @@ -151,7 +151,7 @@ i.icon { &.icon-function { width: 22px; height: 22px; - background-image: url(../img/function.png); + .encoded-svg-background(''); } // Reorder @@ -297,12 +297,12 @@ i.icon { &.sortdown { width: 22px; height: 22px; - background-image: url(../img/sort-a-z.png); + .encoded-svg-background(''); } &.sortup { width: 22px; height: 22px; - background-image: url(../img/sort-z-a.png); + .encoded-svg-background(''); } } diff --git a/apps/spreadsheeteditor/mobile/resources/less/material/_icons.less b/apps/spreadsheeteditor/mobile/resources/less/material/_icons.less index 338cc7408..d5e3e9617 100644 --- a/apps/spreadsheeteditor/mobile/resources/less/material/_icons.less +++ b/apps/spreadsheeteditor/mobile/resources/less/material/_icons.less @@ -113,7 +113,7 @@ i.icon { &.icon-function { width: 22px; height: 22px; - background-image: url(../img/function.png); + .encoded-svg-background(''); } // Reorder @@ -260,12 +260,12 @@ i.icon { &.sortdown { width: 22px; height: 22px; - background-image: url(../img/sort-a-z.png); + .encoded-svg-background(''); } &.sortup { width: 22px; height: 22px; - background-image: url(../img/sort-z-a.png); + .encoded-svg-background(''); } }