Minor change

fixed issue causing colour of loading spinner to be black
This commit is contained in:
sairaj mote 2019-10-31 21:38:58 +05:30 committed by GitHub
parent e3c9d733ce
commit f8a4f695cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -738,11 +738,11 @@ loading svg {
width: 2.5em;
}
loading #p1 {
loading .p1 {
fill: none;
}
loading #p2 {
loading .p2 {
fill: var(--accent-color);
}