From aa409e743b29e97a54b02eb66a55ca385974e97d Mon Sep 17 00:00:00 2001 From: Jeri Peier Date: Wed, 24 Jan 2024 11:23:05 +0100 Subject: [PATCH] fix(sbb-header): fix border radius of focus outline in Safari (#2365) --- src/components/header/header/header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/header/header/header.scss b/src/components/header/header/header.scss index 0ce1fc6641..01e08b4201 100644 --- a/src/components/header/header/header.scss +++ b/src/components/header/header/header.scss @@ -142,7 +142,7 @@ outline-offset: var(--sbb-spacing-fixed-3x); // As if the outline has an offset, the border radius increases, we set it to the smallest possible border-radius. - border-radius: 0.1px; + border-radius: 1px; } @keyframes show {