Skip to content
Snippets Groups Projects
Commit 9e2b3bb8 authored by Kawtar Laariche's avatar Kawtar Laariche
Browse files

#22: :bug: fix no chosen file

parent 05efa274
No related branches found
No related tags found
No related merge requests found
...@@ -18,10 +18,10 @@ ...@@ -18,10 +18,10 @@
<div style="display: flex; flex-direction: column; align-items: center"> <div style="display: flex; flex-direction: column; align-items: center">
<div class="destext">Drag & Drop your file here!</div> <div class="destext">Drag & Drop your file here!</div>
<div class="destext">or</div> <div class="destext">or</div>
<!--(click)="fileDropRef.click()"-->
<button <button
color="primary" color="primary"
style="border-radius: 21.5px; width: 183px" style="border-radius: 21.5px; width: 183px"
(click)="fileDropRef.click()"
mat-raised-button mat-raised-button
> >
<input <input
......
...@@ -172,3 +172,7 @@ input[type="file"] { ...@@ -172,3 +172,7 @@ input[type="file"] {
margin-left: 8px; margin-left: 8px;
} }
} }
.upload-txtbox {
display: none;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment