mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 05:07:10 -05:00
Remove .active class from .spin
This commit is contained in:
parent
bd1505bdca
commit
aeca0e0544
2 changed files with 1 additions and 6 deletions
|
|
@ -127,7 +127,7 @@
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{#await dataPromise}
|
{#await dataPromise}
|
||||||
<div class="spin {refreshing ? 'active' : ''}">◐</div>
|
<div class="spin">◐</div>
|
||||||
{:then sourceData}
|
{:then sourceData}
|
||||||
<div tabindex="-1" class="no-focus-outline">
|
<div tabindex="-1" class="no-focus-outline">
|
||||||
{#each graphs as Graph}
|
{#each graphs as Graph}
|
||||||
|
|
|
||||||
|
|
@ -150,12 +150,7 @@
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.spin.active {
|
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
transition: opacity 1s;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.legend-outer {
|
.legend-outer {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue