Skip to content
Snippets Groups Projects
Commit 5b4f2209 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Change color of beamer icon

parent 76ed70ce
Branches
1 merge request!402Resolve "Optimize layout of projector icon"
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
</ng-template> </ng-template>
</div> </div>
<button mat-icon-button *ngIf="comment.read" [disabled]="true" (click)="setRead(comment)"> <button mat-icon-button *ngIf="comment.read" [disabled]="true" (click)="setRead(comment)">
<mat-icon svgIcon="beamer" [ngClass]="{'read-icon': comment.read, 'not-marked' : !comment.read}" <mat-icon svgIcon="beamer" class="not-marked">
matTooltip="{{ 'comment-page.mark-read' | translate }}"> matTooltip="{{ 'comment-page.mark-read' | translate }}">
</mat-icon> </mat-icon>
</button> </button>
......
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