Skip to content

Commit 9fd77e2

Browse files
authored
Merge pull request #4581 from albertgasset/MOBILE-4842
Mobile 4842
2 parents 857ceb8 + f60a474 commit 9fd77e2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

src/core/features/editor/components/rich-text-editor/rich-text-editor.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ export class CoreEditorRichTextEditorComponent implements AfterViewInit, OnDestr
145145
async ngOnInit(): Promise<void> {
146146
this.editorComponentClass = await CoreEditorService.getEditorComponentClass();
147147
this.editorComponentData = {
148-
name: this.name,
149148
placeholder: this.placeholder,
150149
component: this.component,
151150
componentId: this.componentId,

src/core/features/mainmenu/pages/more/more.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h1>{{ 'core.more' | translate }}</h1>
7171
}
7272
</ion-list>
7373
</ion-content>
74-
<ion-footer class="ion-no-border">
74+
<ion-footer>
7575
<ion-item button (click)="openSettings()" [attr.aria-label]="'core.settings.appsettings' | translate" [detail]="true">
7676
<ion-icon name="fas-gears" slot="start" aria-hidden="true" />
7777
<ion-label>

src/theme/theme.base.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,11 @@ ion-app > ion-modal.core-modal-lateral {
168168
--ion-safe-area-top: inherit;
169169
}
170170

171+
// Remove footer bottom shadow (Android only).
172+
ion-footer.md {
173+
clip-path: inset(-12px 0px 0px 0px);
174+
}
175+
171176
ion-tabs.placement-side .tabs-inner {
172177
--ion-safe-area-left: 0px;
173178
}

0 commit comments

Comments
 (0)