Partial fix for hover selecting children to show/hide etc
This commit is contained in:
@@ -150,6 +150,7 @@ max-w-max -->
|
||||
delay-1000 hover:delay-500
|
||||
duration-200 hover:duration-200
|
||||
ease-in-out
|
||||
group
|
||||
"
|
||||
>
|
||||
|
||||
@@ -351,7 +352,7 @@ max-w-max -->
|
||||
type="button"
|
||||
class:w-48={$ae_loc?.app_cfg?.show_element__menu}
|
||||
|
||||
class="btn btn-sm variant-outline-tertiary hover:variant-ghost-success px-6 py-1 *:hover:inline"
|
||||
class="btn btn-sm variant-outline-tertiary hover:variant-ghost-success px-6 py-1 invisible group-hover:visible groupx"
|
||||
title="Show or hide the menu"
|
||||
onclick={async () => {
|
||||
if (!$ae_loc?.app_cfg?.show_element__menu) {
|
||||
@@ -386,7 +387,7 @@ max-w-max -->
|
||||
</span>
|
||||
{:else}
|
||||
<Menu class="inline-block" />
|
||||
<span class="hidden">
|
||||
<span class="hidden groupx-hover:inline-block">
|
||||
Menu
|
||||
</span>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user