From 6d93b3912e5150c532b773c87b0abc3a0282f42a Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 17:35:20 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Palette:=20improve=20mobile=20me?= =?UTF-8?q?nu=20keyboard=20accessibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds `focus-visible` styling to the hamburger and close menu buttons, hides internal SVGs from screen readers (`aria-hidden="true"`), and removes the backdrop from the tab sequence (`tabIndex={-1}`) in `MobileMenu.tsx` to improve keyboard navigation and accessibility. Co-authored-by: bobdivx <6737167+bobdivx@users.noreply.github.com> --- src/components/layout/MobileMenu.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/components/layout/MobileMenu.tsx b/src/components/layout/MobileMenu.tsx index 477374ab..b986572c 100644 --- a/src/components/layout/MobileMenu.tsx +++ b/src/components/layout/MobileMenu.tsx @@ -29,10 +29,10 @@ export default function MobileMenu({ @@ -43,9 +43,10 @@ export default function MobileMenu({ {/* Backdrop */}