diff --git a/ts/graphs/GraphsPage.svelte b/ts/graphs/GraphsPage.svelte index 5419d4cc5..588995f1d 100644 --- a/ts/graphs/GraphsPage.svelte +++ b/ts/graphs/GraphsPage.svelte @@ -90,12 +90,6 @@ const all = i18n.tr(i18n.TR.STATISTICS_RANGE_ALL_HISTORY); - - {#if withRangeBox}
diff --git a/ts/graphs/graphs.scss b/ts/graphs/graphs.scss index a1d8f9dc6..ca940f0f7 100644 --- a/ts/graphs/graphs.scss +++ b/ts/graphs/graphs.scss @@ -189,3 +189,7 @@ .align-start { text-align: start; } + +.no-focus-outline:focus { + outline: 0; +}