Remove redundant loading control css animation

This commit is contained in:
James Lyne 2021-08-26 22:05:20 +01:00
parent 9a8ce39dd6
commit b37d5d6739

View File

@ -352,8 +352,4 @@
&[hidden] { &[hidden] {
display: none; display: none;
} }
svg {
animation: spin 1s linear infinite;
}
} }