diff --git a/apps/common/mobile/resources/less/icons.less b/apps/common/mobile/resources/less/icons.less index df3a49f3f4..fdea106094 100644 --- a/apps/common/mobile/resources/less/icons.less +++ b/apps/common/mobile/resources/less/icons.less @@ -7,6 +7,16 @@ i.icon { height: 24px; .encoded-svg-uncolored-mask(''); } + &.icon-copy { + width: 24px; + height: 24px; + .encoded-svg-uncolored-mask(''); + } + &.icon-cut { + width: 24px; + height: 24px; + .encoded-svg-uncolored-mask(''); + } &.icon-prev:after, &.icon-next:after { content: none; } diff --git a/apps/presentationeditor/mobile/src/less/icons-ios.less b/apps/presentationeditor/mobile/src/less/icons-ios.less index d43e2a6b49..2b1302da03 100644 --- a/apps/presentationeditor/mobile/src/less/icons-ios.less +++ b/apps/presentationeditor/mobile/src/less/icons-ios.less @@ -476,24 +476,6 @@ .encoded-svg-background(''); } - &.icon-cut { - width: 24px; - height: 24px; - .encoded-svg-background(''); - } - - &.icon-copy { - width: 24px; - height: 24px; - .encoded-svg-background(''); - } - - &.icon-paste { - width: 24px; - height: 24px; - .encoded-svg-background(''); - } - //comments &.icon-menu-comment { width: 30px; diff --git a/apps/presentationeditor/mobile/src/less/icons-material.less b/apps/presentationeditor/mobile/src/less/icons-material.less index 3c7098570c..94411dd129 100644 --- a/apps/presentationeditor/mobile/src/less/icons-material.less +++ b/apps/presentationeditor/mobile/src/less/icons-material.less @@ -434,24 +434,6 @@ .encoded-svg-background(''); } - &.icon-cut { - width: 24px; - height: 24px; - .encoded-svg-background(''); - } - - &.icon-copy { - width: 24px; - height: 24px; - .encoded-svg-background(''); - } - - &.icon-paste { - width: 24px; - height: 24px; - .encoded-svg-background(''); - } - //Comments &.icon-menu-comment { width: 24px; diff --git a/apps/spreadsheeteditor/mobile/src/less/icons-ios.less b/apps/spreadsheeteditor/mobile/src/less/icons-ios.less index ded1d72c28..589e9d3c6a 100644 --- a/apps/spreadsheeteditor/mobile/src/less/icons-ios.less +++ b/apps/spreadsheeteditor/mobile/src/less/icons-ios.less @@ -370,21 +370,6 @@ height: 24px; .encoded-svg-background(' '); } - &.icon-cut { - width: 24px; - height: 24px; - .encoded-svg-background(''); - } - &.icon-copy { - width: 24px; - height: 24px; - .encoded-svg-background(''); - } - &.icon-paste { - width: 24px; - height: 24px; - .encoded-svg-background(''); - } //Comments &.icon-menu-comment { width: 30px; diff --git a/apps/spreadsheeteditor/mobile/src/less/icons-material.less b/apps/spreadsheeteditor/mobile/src/less/icons-material.less index 1aad05d4f3..c77235c016 100644 --- a/apps/spreadsheeteditor/mobile/src/less/icons-material.less +++ b/apps/spreadsheeteditor/mobile/src/less/icons-material.less @@ -334,21 +334,6 @@ height: 24px; .encoded-svg-background(''); } - &.icon-cut { - width: 24px; - height: 24px; - .encoded-svg-background(''); - } - &.icon-copy { - width: 24px; - height: 24px; - .encoded-svg-background(''); - } - &.icon-paste { - width: 24px; - height: 24px; - .encoded-svg-background(''); - } //Comments &.icon-menu-comment { width: 24px;