From f94606cbd3c38510851d5a99b81d669ae505888d Mon Sep 17 00:00:00 2001 From: wukko Date: Mon, 19 May 2025 19:25:15 +0600 Subject: [PATCH] web/SectionHeading: fix outline offset on link copy button --- web/src/components/misc/SectionHeading.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/components/misc/SectionHeading.svelte b/web/src/components/misc/SectionHeading.svelte index b4aec89b..2549aa80 100644 --- a/web/src/components/misc/SectionHeading.svelte +++ b/web/src/components/misc/SectionHeading.svelte @@ -82,6 +82,7 @@ .link-copy:focus-visible { opacity: 1; + outline-offset: 0; } .link-copy :global(.copy-animation) {