From f6b6064954af29779690b85d70fc18887f1ad766 Mon Sep 17 00:00:00 2001 From: Myrdin Date: Mon, 28 Mar 2022 19:31:39 +0200 Subject: [PATCH] Add outline on focus --- src/components/Dot/Dot.svelte | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/Dot/Dot.svelte b/src/components/Dot/Dot.svelte index d7a1893..0d34c7b 100644 --- a/src/components/Dot/Dot.svelte +++ b/src/components/Dot/Dot.svelte @@ -23,6 +23,11 @@ cursor: pointer; } + button:focus { + outline: 1px dotted #212121; + outline: 5px auto -webkit-focus-ring-color; + } + .sc-carousel-dot__dot { background-color: var(--sc-color-rgb-light); border-radius: 50%;