Skip to content
Snippets Groups Projects
Commit 84df1d98 authored by Tom Käsler's avatar Tom Käsler Committed by Lukas Mauß
Browse files

Change add comment button to FAB

parent f6767227
Branches
Tags
No related merge requests found
......@@ -29,9 +29,9 @@
<mat-icon class="searchBarIcon">sort</mat-icon>
</button>
<button mat-icon-button class="searchBarButton" *ngIf="!searchBox.value" (click)="openCreateDialog()"
<button mat-fab class="searchBarButton" *ngIf="!searchBox.value" (click)="openCreateDialog()"
matTooltip="{{ 'comment-list.add-comment' | translate }}">
<mat-icon class="searchBarIcon">add_circle</mat-icon>
<mat-icon class="addCommentIcon">add</mat-icon>
</button>
</div>
......
......@@ -40,6 +40,11 @@ input {
color: var(--secondary);
}
.addCommentIcon {
transform: scale(1.5);
color: var(--primary-variant)
}
.close {
margin: 5px 0 5px 0;
}
......
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