fix: add select-none on load more matches button

This commit is contained in:
Valentin Kaelin 2020-03-22 17:56:12 +01:00
parent 897055b189
commit b30349acc9

View file

@ -3,7 +3,7 @@
@click="btnClicked"
:class="[btnClass, {'loading': loading}, {'pr-12': loading}]"
:disabled="loading"
class="relative"
class="relative select-none"
type="button"
>
<slot>Send</slot>