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

Change 'read'-filter-icon to beamer-icon

parent e75b02cf
Branches
Tags
1 merge request!401Resolve "The session dialog is not scrollable"
Pipeline #30349 passed with stages
in 8 minutes and 11 seconds
......@@ -76,12 +76,7 @@
<button mat-icon-button (focus)="hideCommentsList=true" matTooltip="{{ 'comment-list.read' | translate }}"
(click)="filterComments(read)">
<mat-icon [ngClass]="{read: 'read-icon'}[currentFilter]">speaker_notes</mat-icon>
</button>
<button mat-icon-button (focus)="hideCommentsList=true" matTooltip="{{ 'comment-list.unread' | translate }}"
(click)="filterComments(unread)">
<mat-icon [ngClass]="{unread: 'unread-icon'}[currentFilter]">speaker_notes_off</mat-icon>
<mat-icon svgIcon="beamer" [ngClass]="{read: 'read-icon'}[currentFilter]"></mat-icon>
</button>
<button mat-icon-button (focus)="hideCommentsList=false" (click)="sortComments(currentSort); filterComments('')">
......
......@@ -116,10 +116,6 @@ h4 {
color: var(--yellow);
}
.unread-icon {
color: var(--purple);
}
.counter {
color: var(--on-background);
}
......
......@@ -33,10 +33,6 @@ mat-card-content > :first-child {
color: var(--green);
}
.read-icon {
color: var(--blue);
}
.favorite-icon {
color: var(--yellow);
}
......
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