commit
1a28faac7f
|
@ -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)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue