diff --git a/apps/spreadsheeteditor/mobile/resources/less/ios/_icons.less b/apps/spreadsheeteditor/mobile/resources/less/ios/_icons.less index 03cf48b4e9..73ee4e9719 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 338cc74082..d5e3e96172 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(''); } }