From 5708510830c146d1b0029c41268c0eb408f15cca Mon Sep 17 00:00:00 2001 From: JuliaSvinareva Date: Tue, 9 Jun 2020 19:36:00 +0300 Subject: [PATCH] [mobile] Comments (fix styles) --- apps/common/mobile/resources/less/material/_collaboration.less | 2 +- apps/documenteditor/mobile/resources/css/app-material.css | 2 +- apps/presentationeditor/mobile/resources/css/app-material.css | 2 +- apps/spreadsheeteditor/mobile/resources/css/app-material.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/common/mobile/resources/less/material/_collaboration.less b/apps/common/mobile/resources/less/material/_collaboration.less index 6889d1806..58fe43f98 100644 --- a/apps/common/mobile/resources/less/material/_collaboration.less +++ b/apps/common/mobile/resources/less/material/_collaboration.less @@ -202,7 +202,7 @@ outline:none; width: 100%; font-size: 15px; - border: 1px solid #c4c4c4; + border: none; border-radius: 3px; min-height: 100px; } diff --git a/apps/documenteditor/mobile/resources/css/app-material.css b/apps/documenteditor/mobile/resources/css/app-material.css index 5579331dc..ff00967da 100644 --- a/apps/documenteditor/mobile/resources/css/app-material.css +++ b/apps/documenteditor/mobile/resources/css/app-material.css @@ -6335,7 +6335,7 @@ html.phone .document-menu .list-block .item-link { outline: none; width: 100%; font-size: 15px; - border: 1px solid #c4c4c4; + border: none; border-radius: 3px; min-height: 100px; } diff --git a/apps/presentationeditor/mobile/resources/css/app-material.css b/apps/presentationeditor/mobile/resources/css/app-material.css index c94c80a01..3da0b2316 100644 --- a/apps/presentationeditor/mobile/resources/css/app-material.css +++ b/apps/presentationeditor/mobile/resources/css/app-material.css @@ -6335,7 +6335,7 @@ html.phone .document-menu .list-block .item-link { outline: none; width: 100%; font-size: 15px; - border: 1px solid #c4c4c4; + border: none; border-radius: 3px; min-height: 100px; } diff --git a/apps/spreadsheeteditor/mobile/resources/css/app-material.css b/apps/spreadsheeteditor/mobile/resources/css/app-material.css index bbe6c5a4b..61a4f8d25 100644 --- a/apps/spreadsheeteditor/mobile/resources/css/app-material.css +++ b/apps/spreadsheeteditor/mobile/resources/css/app-material.css @@ -6345,7 +6345,7 @@ html.phone .document-menu .list-block .item-link { outline: none; width: 100%; font-size: 15px; - border: 1px solid #c4c4c4; + border: none; border-radius: 3px; min-height: 100px; }