[ACA-1226] Node Metadata - action tooltip

This commit is contained in:
Cilibiu Bogdan
2018-03-20 10:30:49 +02:00
committed by Denys Vuika
parent e47030d466
commit ea631c1043
5 changed files with 6 additions and 1 deletions

View File

@@ -34,6 +34,7 @@
<button mat-icon-button
[color]="infoDrawerOpened ? 'primary' : 'accent'"
*ngIf="documentList.selection.length"
title="{{ 'APP.ACTIONS.DETAILS' | translate }}"
(click)="toggleSidebar()">
<mat-icon>info_outline</mat-icon>
</button>