Skip to content
Snippets Groups Projects
Commit 8e8624af authored by Dorine Lambinet's avatar Dorine Lambinet Committed by David Smadja
Browse files

Remplace le faux bouton par une div

parent 5d0fd672
No related branches found
No related tags found
1 merge request!329Permettre d'ouvrir / fermer tous les paramètres
......@@ -234,16 +234,14 @@
<div class="sticky top-2 flex flex-col items-start gap-1">
{#if loadingAllParameters}
<!-- Loader unique à la place des deux pictos -->
<button
<div
class="flex items-center text-xs uppercase tracking-wide text-neutral-400"
disabled
>
<!-- svelte-ignore element_invalid_self_closing_tag -->
<iconify-icon
icon="ri-loader-4-line"
class="mr-1 animate-spin text-base"
/>
</button>
></iconify-icon>
</div>
{:else}
<!-- Bouton "Ouvrir tout" -->
<button
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment