fix: remove Firefox icon border when using animate-spin (#1081)
This commit is contained in:
parent
f76628d4ab
commit
1e5b648a71
9 changed files with 44 additions and 20 deletions
|
@ -47,7 +47,9 @@ const reload = async () => {
|
|||
{{ message }}
|
||||
</div>
|
||||
<button flex items-center gap-2 justify-center btn-solid text-center :disabled="state === 'reloading'">
|
||||
<span v-if="state === 'reloading'" i-ri:loader-2-fill animate-spin inline-block />
|
||||
<span v-if="state === 'reloading'" block animate-spin preserve-3d>
|
||||
<span block i-ri:loader-2-fill />
|
||||
</span>
|
||||
{{ state === 'reloading' ? 'Reloading' : 'Reload' }}
|
||||
</button>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue