make all clickable icons into actual buttons

This commit is contained in:
Henry Jameson 2022-03-30 12:33:56 +03:00
parent c3690b456e
commit 1943991077
6 changed files with 53 additions and 31 deletions

View file

@ -76,11 +76,15 @@
>
<div class="alert error">
{{ error }}
<FAIcon
class="fa-scale-110 fa-old-padding"
icon="times"
<button
class="button-unstyled"
@click="clearError"
/>
>
<FAIcon
class="fa-scale-110 fa-old-padding"
icon="times"
/>
</button>
</div>
</div>
</div>