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
|
@ -172,10 +172,10 @@ onReactivated(refreshInfo)
|
|||
flex gap-x-2 items-center
|
||||
:disabled="submitting || !isCanSubmit"
|
||||
>
|
||||
<div
|
||||
aria-hidden="true"
|
||||
:class="submitting ? 'i-ri:loader-2-fill animate animate-spin' : 'i-ri:save-line'"
|
||||
/>
|
||||
<span v-if="submitting" aria-hidden="true" block animate-spin preserve-3d>
|
||||
<span block i-ri:loader-2-fill aria-hidden="true" />
|
||||
</span>
|
||||
<span v-else aria-hidden="true" block i-ri:save-line />
|
||||
{{ $t('action.save') }}
|
||||
</button>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue