use a separate circle in the progress svg for indefinite progress. fixes #771

This commit is contained in:
Danny Coates 2018-02-28 08:57:35 -08:00
parent a2aca89550
commit 2de5378208
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
2 changed files with 14 additions and 1 deletions

View file

@ -37,3 +37,7 @@
line-height: 58px;
user-select: none;
}
.progress--invisible {
display: none;
}