From 73c17f9abda792ade08f630ef428da74a2c3c4f0 Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Fri, 25 Dec 2020 20:07:52 +0100 Subject: [PATCH] Remove .active class from .spin --- ts/graphs/GraphsPage.svelte | 2 +- ts/graphs/graphs.scss | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/ts/graphs/GraphsPage.svelte b/ts/graphs/GraphsPage.svelte index 5aea90a1b..fa5df600a 100644 --- a/ts/graphs/GraphsPage.svelte +++ b/ts/graphs/GraphsPage.svelte @@ -127,7 +127,7 @@ {/if} {#await dataPromise} -
+
{:then sourceData}
{#each graphs as Graph} diff --git a/ts/graphs/graphs.scss b/ts/graphs/graphs.scss index ca940f0f7..01e7719f0 100644 --- a/ts/graphs/graphs.scss +++ b/ts/graphs/graphs.scss @@ -150,12 +150,7 @@ animation-iteration-count: infinite; display: inline-block; font-size: 2em; - opacity: 0; -} - -.spin.active { opacity: 0.5; - transition: opacity 1s; } .legend-outer {