fix: refresh button's background should not spin when refreshing

This commit is contained in:
Peng Xiao
2021-07-19 23:58:31 +08:00
committed by Tienson Qin
parent 24fcee9370
commit 3fa04b4c5f
2 changed files with 4 additions and 2 deletions

View File

@@ -726,10 +726,12 @@ li p:last-child,
.loader-reverse {
-webkit-animation: spin 2s infinite linear reverse;
animation: spin 2s infinite linear reverse;
}
.loader {
-webkit-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
.canceled,