UX: fix flashing border problem in import tool

This commit is contained in:
Pieter Vander Vennet 2024-12-19 14:15:39 +01:00
parent d11457cd92
commit d6b903c7f1

View file

@ -93,7 +93,7 @@
{/if}
{#if currentStep === "init"}
{#each $missing as key (key)}
<div class:focus={applyAllHovered} class="mx-2 rounded-2xl">
<div class:focus={applyAllHovered} class="mx-2 border-2 border-gray-300 rounded-none border-transparent">
<ComparisonAction
{key}
{state}