mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +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>
|
||||
|
||||
|
@@ -8,6 +8,10 @@ $adf-viewer-background-color: #f5f5f5;
|
||||
|
||||
.adf-viewer {
|
||||
|
||||
&__mimeicon {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
&-container {
|
||||
.adf-viewer-layout-content {
|
||||
@include full-screen();
|
||||
|
Reference in New Issue
Block a user