diff --git a/apps/common/mobile/resources/less/common.less b/apps/common/mobile/resources/less/common.less index ac9bfdaeb..9350d8846 100644 --- a/apps/common/mobile/resources/less/common.less +++ b/apps/common/mobile/resources/less/common.less @@ -130,7 +130,7 @@ .bullets, .numbers, .multilevels { - .list { + .row.list { margin: 0; ul { background: none; @@ -183,12 +183,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/common/mobile/resources/less/dataview.less b/apps/common/mobile/resources/less/dataview.less index 8ca304ead..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,8 +28,10 @@ width: 22px; height: 22px; right: -5px; + left: auto; bottom: -5px; - .encoded-svg-background(''); + transform: none; + .encoded-svg-mask(''); } } } \ No newline at end of file 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 {