diff --git a/ts/graphs/Graph.svelte b/ts/graphs/Graph.svelte index 8ee040fd4..9b4ed79c8 100644 --- a/ts/graphs/Graph.svelte +++ b/ts/graphs/Graph.svelte @@ -42,6 +42,9 @@ * marked the ticks as odd */ display: none; } + + &:focus { + outline: 0; } } @@ -57,7 +60,7 @@ } -