From a61ed63286c45979ca15bdec2369547d651ce67a Mon Sep 17 00:00:00 2001 From: Andrey Shimagin Date: Wed, 30 Mar 2022 13:46:31 +0300 Subject: [PATCH 1/3] [DE PE] Fix Bug 56325 --- apps/common/mobile/resources/less/dataview.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/mobile/resources/less/dataview.less b/apps/common/mobile/resources/less/dataview.less index 8ca304ead..0143ebe41 100644 --- a/apps/common/mobile/resources/less/dataview.less +++ b/apps/common/mobile/resources/less/dataview.less @@ -25,7 +25,7 @@ height: 22px; right: -5px; bottom: -5px; - .encoded-svg-background(''); + .encoded-svg-mask(''); } } } \ No newline at end of file From 43fe49e599a34b7d6cd281d472ffb186cdf7c1e5 Mon Sep 17 00:00:00 2001 From: Andrey Shimagin Date: Wed, 30 Mar 2022 14:19:41 +0300 Subject: [PATCH 2/3] [DE PE] Fix Bug 56223 --- apps/common/mobile/resources/less/dataview.less | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/common/mobile/resources/less/dataview.less b/apps/common/mobile/resources/less/dataview.less index 0143ebe41..d47858754 100644 --- a/apps/common/mobile/resources/less/dataview.less +++ b/apps/common/mobile/resources/less/dataview.less @@ -14,7 +14,11 @@ } } - .active { + .row.list:last-child li:not(.active):last-child::after { + content: none; + } + + .row.list:last-child li.active:last-child, .active { position: relative; z-index: 1; @@ -24,7 +28,9 @@ width: 22px; height: 22px; right: -5px; + left: auto; bottom: -5px; + transform: none; .encoded-svg-mask(''); } } From a71d39025bf151d3cb1f1c05a972ee5fed67f276 Mon Sep 17 00:00:00 2001 From: Andrey Shimagin Date: Wed, 30 Mar 2022 20:22:57 +0300 Subject: [PATCH 3/3] [DE PE] Fix Bug 56354 --- apps/common/mobile/resources/less/common.less | 6 +++--- apps/documenteditor/mobile/src/less/app-ios.less | 5 ----- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/apps/common/mobile/resources/less/common.less b/apps/common/mobile/resources/less/common.less index 1fdd09e1a..2a1d61bed 100644 --- a/apps/common/mobile/resources/less/common.less +++ b/apps/common/mobile/resources/less/common.less @@ -128,7 +128,7 @@ .bullets, .numbers, .multilevels { - .list{ + .row.list{ margin: 5px; ul { background: none; @@ -182,12 +182,12 @@ } } -.popover__titled .popover-inner{ +.popover { .list { ul { background-color: var(--f7-list-bg-color); li:first-child, li:last-child { - a { + .item-link { border-radius: 0; } } diff --git a/apps/documenteditor/mobile/src/less/app-ios.less b/apps/documenteditor/mobile/src/less/app-ios.less index 3d5e10cf2..f377f5e6a 100644 --- a/apps/documenteditor/mobile/src/less/app-ios.less +++ b/apps/documenteditor/mobile/src/less/app-ios.less @@ -1,9 +1,4 @@ .ios { - .view { - .bullets-numbers{ - background: @brand-text-on-brand; - } - } // Stepper .content-block.stepper-block {