commit
1a28faac7f
|
@ -93,9 +93,7 @@ export class CoreCourseModuleComponent implements OnInit, OnDestroy {
|
|||
this.hasInfo = !!(
|
||||
this.module.description ||
|
||||
(this.showActivityDates && this.module.dates && this.module.dates.length) ||
|
||||
(this.autoCompletionTodo) ||
|
||||
(this.module.visible === 0 && (!this.section || this.section.visible)) ||
|
||||
(this.module.visible !== 0 && this.module.isStealth) ||
|
||||
(this.autoCompletionTodo && !this.showLegacyCompletion) ||
|
||||
(this.module.availabilityinfo)
|
||||
);
|
||||
|
||||
|
|
|
@ -702,6 +702,10 @@ body.core-iframe-fullscreen ion-router-outlet {
|
|||
ion-backdrop {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.modal-shadow {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.core-modal-transparent-no-filter {
|
||||
|
|
Loading…
Reference in New Issue