forked from MapComplete/MapComplete
UX: fix flashing border problem in import tool
This commit is contained in:
parent
d11457cd92
commit
d6b903c7f1
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue