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

better icon for time sort

parent 4aec4b28
No related merge requests found
......@@ -76,7 +76,7 @@
matTooltip="{{ 'comment-list.time' | translate }}"
(click)="sortComments(time)"
aria-labelledby="access_time">
<mat-icon [ngClass]="{time: 'unread-icon'}[currentSort]">history</mat-icon>
<mat-icon [ngClass]="{time: 'unread-icon'}[currentSort]">update</mat-icon>
<span>{{ 'comment-list.sort-list-time' | translate }}</span>
</button>
......
......@@ -119,7 +119,7 @@
<button mat-menu-item
(click)="sortComments(time)"
aria-labelledby="access_time">
<mat-icon [ngClass]="{time: 'unread-icon'}[currentSort]">history</mat-icon>
<mat-icon [ngClass]="{time: 'unread-icon'}[currentSort]">update</mat-icon>
<span>{{ 'comment-list.sort-list-time' | translate }}</span>
</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