Skip to content
Snippets Groups Projects
Commit 1448e9ed authored by Toufic Batache's avatar Toufic Batache
Browse files

Fix navbar button clicks

parent 21fca721
No related branches found
No related tags found
1 merge request!210Début du travail sur la nouvelle page d'accueil/d'atterrissage du simulateur
......@@ -152,7 +152,7 @@
{#if $welcomePage}
<div
class="absolute inset-0 mx-auto h-full flex justify-center items-center gap-2 uppercase text-white"
class="absolute inset-0 pointer-events-none mx-auto h-full flex justify-center items-center gap-2 uppercase text-white"
in:fade={{ duration: 100, delay: 150 }}
out:fade={{ duration: 75 }}
>
......
......@@ -47,7 +47,7 @@
<button
bind:this={item}
class="w-full flex justify-between items-center py-2 pr-1 shadow-[0_1px_0_0_#a3a3a3] transition-all duration-300"
class="w-full flex justify-between items-center py-2 pr-1 shadow-[0_1px_0_0_#a3a3a3] hover:bg-black hover:bg-opacity-5 active:bg-black active:bg-opacity-10 transition-all duration-300"
class:shadow-[0_2px_0_0_#525252]={isOpen}
id={itemId}
on:click={toggleOpen}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment