Skip to content
Snippets Groups Projects
Commit 1d1384ed authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

do not open create-comment dialogue when entering comment board

parent 2423f627
No related merge requests found
......@@ -127,9 +127,11 @@ export class CommentListComponent implements OnInit, OnDestroy {
this.comments = comments;
this.getComments();
});
/**
if (this.userRole === UserRole.PARTICIPANT) {
this.openCreateDialog();
}
*/
});
});
});
......
......@@ -97,10 +97,10 @@ th, tr {
cursor: pointer;
}
.mat-row:nth-child(even) {
background-color: var(--alt-dialog) !important;
}
.list-entries {
padding-left: 3%;
width: 100%;
&:nth-child(even) {
background-color: var(--alt-dialog);
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment