From b3a640b943a6014b06e9e44e65b5e8f984ad1982 Mon Sep 17 00:00:00 2001 From: LasseStaus Date: Tue, 11 Jun 2024 11:06:00 +0200 Subject: [PATCH] Refactor mobile menu toggler to button non chromium browsers did not indicate that the the mobile menu button was in focus, unlike the other menu buttons. This was because the other buttons are either link or button elements. This should align that approach which the other buttons and ensure the mobile-menu button is visually indicatin that it is in focus. --- src/stories/Blocks/header/Header.tsx | 26 +++++++++++++------------- src/stories/Blocks/header/header.scss | 7 +++++++ 2 files changed, 20 insertions(+), 13 deletions(-) diff --git a/src/stories/Blocks/header/Header.tsx b/src/stories/Blocks/header/Header.tsx index 1514774ef..c1b2d31d4 100644 --- a/src/stories/Blocks/header/Header.tsx +++ b/src/stories/Blocks/header/Header.tsx @@ -54,21 +54,21 @@ export const Header = (props: HeaderProps) => { >
- + + + +