Skip to content
Snippets Groups Projects
Commit 46690249 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Remove ugly css class

parent 7417d7e3
No related branches found
No related tags found
No related merge requests found
......@@ -431,10 +431,6 @@ export class FileUpload extends ScopedElementsMixin(VPULitElement) {
margin-top: 0;
}
.my-form {
margin-bottom: 10px;
}
#fileElem {
display: none;
}
......@@ -450,7 +446,7 @@ export class FileUpload extends ScopedElementsMixin(VPULitElement) {
return html`
<div id="dropArea">
<div class="my-form" title="${this.uploadInProgress ? i18n.t('upload-disabled-title') : ''}">
<div title="${this.uploadInProgress ? i18n.t('upload-disabled-title') : ''}">
<p>${this.text || i18n.t('intro')}</p>
<input ?disabled="${this.uploadInProgress || this.disabled}"
type="file"
......
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