From b03eba2bd53dd3c04a0d55fce43c1389234f7007 Mon Sep 17 00:00:00 2001 From: Firq Date: Mon, 1 Jan 2024 19:41:46 +0100 Subject: [PATCH] Workaround to have tabindex for mobile dropdown but not on desktop --- src/components/navbar.astro | 4 +- src/components/navbarEntryDesktop.astro | 81 +++++++++++++++++++ ...barEntry.astro => navbarEntryMobile.astro} | 0 src/layouts/Layout.astro | 10 ++- 4 files changed, 91 insertions(+), 4 deletions(-) create mode 100644 src/components/navbarEntryDesktop.astro rename src/components/{navbarEntry.astro => navbarEntryMobile.astro} (100%) diff --git a/src/components/navbar.astro b/src/components/navbar.astro index 38e1c6f..8cc5d56 100644 --- a/src/components/navbar.astro +++ b/src/components/navbar.astro @@ -11,11 +11,11 @@ const hamburger_src_url = `url("${hamburger.src}")`; Firq Website Logo