remove mdl from "Files" page (demo shell) (#2185)

This commit is contained in:
Denys Vuika
2017-08-08 09:46:44 +01:00
committed by Eugenio Romano
parent a9a94c80a1
commit 208c37c9f0

View File

@@ -8,8 +8,8 @@
[versioning]="versioning"
[enabled]="documentList.hasCreatePermission()">
<div *ngIf="errorMessage" class="error-message">
<button (click)="resetError()" class="mdl-button mdl-js-button mdl-button--icon">
<i class="material-icons">highlight_off</i>
<button (click)="resetError()" md-icon-button>
<md-icon>highlight_off</md-icon>
</button>
<span class="error-message--text">{{errorMessage}}</span>
</div>