mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 21:21:50 +08:00
Remove blinking button from actiontoolbar when loading [SCI-9067] (#6062)
This commit is contained in:
parent
253be93368
commit
9d0f62824e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
:style="`width: ${width}px; bottom: ${bottomOffset}px; transform: translateX(${leftOffset}px)`">
|
||||
<div class="sn-action-toolbar__actions flex gap-4">
|
||||
<div v-if="loading && !actions.length" class="sn-action-toolbar__action">
|
||||
<a class="rounded flex items-center py-1.5 px-2.5 bg-sn-white color-sn-blue no-underline"></a>
|
||||
<a class="rounded flex items-center py-1.5 px-2.5 bg-transparent text-transparent no-underline"></a>
|
||||
</div>
|
||||
<div v-if="!loading && actions.length === 0" class="sn-action-toolbar__message">
|
||||
{{ i18n.t('action_toolbar.no_actions') }}
|
||||
|
|
Loading…
Reference in a new issue