From 249796d6a1ef2a1bb53a23ad78475065ed487d1e Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Wed, 16 Nov 2022 14:03:40 +0400 Subject: [PATCH] [common] Fix Bug 59733 --- apps/common/mobile/resources/less/icons.less | 4 ++-- apps/common/mobile/resources/less/material/icons.less | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/common/mobile/resources/less/icons.less b/apps/common/mobile/resources/less/icons.less index 6efda00eb..b55a32e48 100644 --- a/apps/common/mobile/resources/less/icons.less +++ b/apps/common/mobile/resources/less/icons.less @@ -23,7 +23,7 @@ i.icon { &.icon-collaboration { width: 24px; height: 24px; - .encoded-svg-mask(''); + .encoded-svg-mask(''); } &.icon-cancellation { width: 24px; @@ -87,6 +87,6 @@ i.icon { &.icon-sharing-settings { width: 24px; height: 24px; - .encoded-svg-mask('') + .encoded-svg-mask('') } } diff --git a/apps/common/mobile/resources/less/material/icons.less b/apps/common/mobile/resources/less/material/icons.less index df8e84146..914e15bc3 100644 --- a/apps/common/mobile/resources/less/material/icons.less +++ b/apps/common/mobile/resources/less/material/icons.less @@ -32,7 +32,7 @@ &.icon-collaboration { width: 24px; height: 24px; - .encoded-svg-mask('', @toolbar-icons); + .encoded-svg-mask('', @toolbar-icons); } &.icon-edit { width: 22px;