Merge pull request #3392 from dpalou/MOBILE-3817

MOBILE-3817 core: Fix tablet styles for refresh modal
main
Pau Ferrer Ocaña 2022-09-21 10:32:50 +02:00 committed by GitHub
commit b800bbe055
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -131,7 +131,7 @@ export class PageLoadsManager {
protected async notifyUser(): Promise<void> { protected async notifyUser(): Promise<void> {
await CoreDomUtils.openModal<boolean>({ await CoreDomUtils.openModal<boolean>({
component: CoreRefreshButtonModalComponent, component: CoreRefreshButtonModalComponent,
cssClass: 'core-modal-no-background', cssClass: 'core-modal-no-background core-modal-fullscreen',
closeOnNavigate: true, closeOnNavigate: true,
}); });

View File

@ -1752,6 +1752,7 @@ video::-webkit-media-text-track-display {
ion-modal.core-modal-no-background { ion-modal.core-modal-no-background {
--background: transparent; --background: transparent;
--box-shadow: none !important;
pointer-events: none; pointer-events: none;
ion-backdrop { ion-backdrop {