Skip to content
Snippets Groups Projects
Commit faf5acc8 authored by rhenck's avatar rhenck
Browse files

[editor] Add tooltip for noew-page button

parent 044b40ba
No related branches found
No related tags found
No related merge requests found
Pipeline #60792 failed
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
<mat-tab disabled> <mat-tab disabled>
<ng-template mat-tab-label> <ng-template mat-tab-label>
<button mat-icon-button (click)="addPage()"> <button mat-icon-button [matTooltip]="'Weitere Seite anlegen'" (click)="addPage()">
<mat-icon>add</mat-icon> <mat-icon>add</mat-icon>
</button> </button>
</ng-template> </ng-template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment