Merge pull request #3474 from crazyserver/MOBILE-4081

Mobile 4081
main
Noel De Martin 2022-11-24 17:34:02 +01:00 committed by GitHub
commit 1a28faac7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -93,9 +93,7 @@ export class CoreCourseModuleComponent implements OnInit, OnDestroy {
this.hasInfo = !!( this.hasInfo = !!(
this.module.description || this.module.description ||
(this.showActivityDates && this.module.dates && this.module.dates.length) || (this.showActivityDates && this.module.dates && this.module.dates.length) ||
(this.autoCompletionTodo) || (this.autoCompletionTodo && !this.showLegacyCompletion) ||
(this.module.visible === 0 && (!this.section || this.section.visible)) ||
(this.module.visible !== 0 && this.module.isStealth) ||
(this.module.availabilityinfo) (this.module.availabilityinfo)
); );

View File

@ -702,6 +702,10 @@ body.core-iframe-fullscreen ion-router-outlet {
ion-backdrop { ion-backdrop {
visibility: visible; visibility: visible;
} }
.modal-shadow {
display: none;
}
} }
.core-modal-transparent-no-filter { .core-modal-transparent-no-filter {