Merge pull request #3367 from alfonso-salces/MOBILE-4081

MOBILE-4081 theme: Add class for modals without backdrop-filter
main
Pau Ferrer Ocaña 2022-08-31 10:03:54 +02:00 committed by GitHub
commit 626d6b02cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -698,6 +698,16 @@ body.core-iframe-fullscreen ion-router-outlet {
}
}
.core-modal-transparent-no-filter {
@extend .core-modal-transparent;
ion-backdrop {
backdrop-filter: none;
}
.modal-wrapper {
backdrop-filter: none;
}
}
@each $breakpoint, $width in $screen-breakpoints {
.core-modal-lateral-#{$breakpoint} {
--modal-lateral-max-width: #{$width};