diff --git a/src/components/Arrow/Arrow.svelte b/src/components/Arrow/Arrow.svelte index 610b0d7..f4ec94b 100644 --- a/src/components/Arrow/Arrow.svelte +++ b/src/components/Arrow/Arrow.svelte @@ -13,7 +13,7 @@ @@ -18,16 +18,6 @@ --sc-dot-size-animation-time: 250ms; } - button { - all: unset; - 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%;