From 961707136129e638846caf1213bc6f52c1b3d3d7 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Wed, 18 Jun 2025 21:20:03 -0400 Subject: [PATCH] Partial fix for hover selecting children to show/hide etc --- src/lib/e_app_sys_menu.svelte | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/lib/e_app_sys_menu.svelte b/src/lib/e_app_sys_menu.svelte index 8de68822..ef15b129 100644 --- a/src/lib/e_app_sys_menu.svelte +++ b/src/lib/e_app_sys_menu.svelte @@ -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 --> {:else} -