From 1e0ab8c86973b07afffaa5b1b066169a7306fd2a Mon Sep 17 00:00:00 2001 From: Noa Santo <72336443+virus-rpi@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:15:19 +0200 Subject: [PATCH] fix (a11y): make social link focus outline is visible (#810) Co-authored-by: noa.santo --- src/components/layout/navigation/navigation.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/layout/navigation/navigation.tsx b/src/components/layout/navigation/navigation.tsx index 1f5e84706..1a2f5dec8 100644 --- a/src/components/layout/navigation/navigation.tsx +++ b/src/components/layout/navigation/navigation.tsx @@ -84,6 +84,8 @@ const SocialLink = styled.a` svg { vertical-align: middle; } + + display: inline-block; `; const LegalLink = styled(Link)<{ $isSelected: boolean }>`