mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-1748] remove MDL dependency and fix style issues (#2486)
* remove dialogPolyfill references * remove MDL dependencies * style fixes * exclude the test (needs dialog support)
This commit is contained in:
committed by
Eugenio Romano
parent
073003ba9a
commit
0cc578ba0e
@@ -16,7 +16,7 @@
|
||||
(click)="onBackButtonClick()">
|
||||
<mat-icon>arrow_back</mat-icon>
|
||||
</button>
|
||||
<img [src]="mimeType | adfMimeTypeIcon">
|
||||
<img class="adf-viewer__mimeicon" [src]="mimeType | adfMimeTypeIcon">
|
||||
<span>{{ displayName }}</span>
|
||||
</adf-toolbar-title>
|
||||
|
||||
|
Reference in New Issue
Block a user