Bug fixing

This commit is contained in:
Piotr Pekala
2019-08-29 08:07:08 -07:00
parent 63bcd6f4b2
commit b25cfa229c
5 changed files with 12 additions and 6 deletions

View File

@ -11,7 +11,7 @@
[uploader]="uploader"
/>
<button mat-raised-button color="primary" (click)="file.click()" class="file-button">Choose file</button>
<mat-form-field class="file-name-form-field">
<mat-form-field [ngClass]="{ empty: !isDeleteVisible }" class="file-name-form-field">
<input
matInput
type="text"