Merge pull request #3392 from dpalou/MOBILE-3817
MOBILE-3817 core: Fix tablet styles for refresh modalmain
commit
b800bbe055
|
@ -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,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue