Custom channel emoticons WIP (#130): fix CSS

This commit is contained in:
John Livingston
2024-06-06 19:04:37 +02:00
parent 200d21d5a6
commit 2dbfe49212
3 changed files with 9 additions and 4 deletions

View File

@ -52,7 +52,7 @@ export class ImageFileInputElement extends LivechatElement {
type="file"
accept="${this.accept.join(',')}"
class="form-control"
style=${this.value ? 'visibility: hidden;' : ''}
style=${this.value ? 'display: none;' : ''}
@change=${async (ev: Event) => this._upload(ev)}
/>
`