From 9a864120b2da1b4f2e1f58c93553e500331b0aa7 Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Mon, 22 Mar 2021 01:44:07 +0100 Subject: [PATCH] Fix syntax error introduced by rebase --- ts/graphs/Graph.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/graphs/Graph.svelte b/ts/graphs/Graph.svelte index 9b4ed79c8..03c34128f 100644 --- a/ts/graphs/Graph.svelte +++ b/ts/graphs/Graph.svelte @@ -42,6 +42,7 @@ * marked the ticks as odd */ display: none; } + } &:focus { outline: 0;