Skip to content
Snippets Groups Projects
Commit 81341b40 authored by David Noah Donges's avatar David Noah Donges
Browse files

Add tooltips to action buttons

parent 610ace00
No related merge requests found
<div class="markdown-toolbar">
<button mat-icon-button *ngFor="let button of buttons" (click)="onClick($event, button);">
<button mat-icon-button *ngFor="let button of buttons" (click)="onClick($event, button);"
matTooltip="{{button.label}}">
<mat-icon attr.aria-label="{{button.label}}">{{button.icon}}</mat-icon>
</button>
</div>
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