Highlight row action row rather than select
This commit is contained in:
parent
07df8157b3
commit
238b1cecf1
|
@ -39,6 +39,8 @@
|
|||
resizable={false}
|
||||
on:close
|
||||
on:open
|
||||
on:mouseenter
|
||||
on:mouseleave
|
||||
>
|
||||
<Menu>
|
||||
{#each buttons as button}
|
||||
|
|
|
@ -110,7 +110,7 @@
|
|||
<div class="generate-section__options">
|
||||
<div>
|
||||
<ListItem
|
||||
title="CRUD app"
|
||||
title="Table"
|
||||
icon="TableEdit"
|
||||
hoverable
|
||||
on:click={() => startScreenWizard(AutoScreenTypes.TABLE)}
|
||||
|
|
|
@ -100,8 +100,7 @@
|
|||
offset={5}
|
||||
size="S"
|
||||
animate={false}
|
||||
on:open={() => selectedRows.set({ [row._id]: true })}
|
||||
on:close={() => selectedRows.set({})}
|
||||
on:mouseenter={() => ($hoveredRowId = row._id)}
|
||||
/>
|
||||
{:else}
|
||||
{#each buttons as button}
|
||||
|
|
Loading…
Reference in New Issue