diff --git a/src/app/features/tasks/select-task/select-task.component.html b/src/app/features/tasks/select-task/select-task.component.html index 39d3c602a99..d71384920c5 100644 --- a/src/app/features/tasks/select-task/select-task.component.html +++ b/src/app/features/tasks/select-task/select-task.component.html @@ -20,7 +20,10 @@ [displayWith]="displayWith" > @for (task of filteredTasks; track trackById($index, task)) { - + @if (task.issueType) { } diff --git a/src/styles/components/_overwrite-material.scss b/src/styles/components/_overwrite-material.scss index d9f3cd1a8c5..3adbba5c480 100644 --- a/src/styles/components/_overwrite-material.scss +++ b/src/styles/components/_overwrite-material.scss @@ -83,6 +83,15 @@ body .mat-mdc-dialog-surface { margin-bottom: $s * 2; } +// needs to be global cause of cdk overlay +// is used for select-task +mat-option.isDone { + .mdc-list-item__primary-text { + text-decoration: line-through !important; + opacity: 0.4 !important; + } +} + // BUTTONS // ----------- .mat-mdc-menu-item-text {