зеркало из https://github.com/Azure/BatchExplorer.git
Fixes AB#315: Native tooltips for gallery actions
This commit is contained in:
Родитель
6da174c24a
Коммит
0c22becf77
|
@ -4,7 +4,8 @@
|
|||
<div class="name">{{action.name}}</div>
|
||||
<div class="description">{{action.description}}</div>
|
||||
</bl-clickable>
|
||||
<bl-clickable class="view-on-github" (do)="viewOnGithub(action)" matTooltip="View template on GitHub" aria-label="View template on GitHub">
|
||||
<bl-clickable class="view-on-github" (do)="viewOnGithub(action)"
|
||||
title="View template on GitHub">
|
||||
<i class="fa fa-external-link"></i>
|
||||
</bl-clickable>
|
||||
</bl-card>
|
||||
|
|
Загрузка…
Ссылка в новой задаче