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

correct icon color for answered question

parent d37a470a
No related merge requests found
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<button mat-icon-button *ngIf="comment.answer" (click)="openAnswerTextDialog()" <button mat-icon-button *ngIf="comment.answer" (click)="openAnswerTextDialog()"
tabindex="0"> tabindex="0">
<mat-icon matTooltip="{{ 'comment-page.has-answer' | translate }}">comment <mat-icon class="answered-icon" matTooltip="{{ 'comment-page.has-answer' | translate }}">comment
</mat-icon> </mat-icon>
</button> </button>
......
...@@ -30,6 +30,10 @@ mat-card-content > :first-child { ...@@ -30,6 +30,10 @@ mat-card-content > :first-child {
color: slategray; color: slategray;
} }
.answered-icon {
color: var(on-surface);
}
.correct-icon { .correct-icon {
color: var(--green); color: var(--green);
} }
......
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