Improve auth and download UI states

This commit is contained in:
2026-07-21 15:10:47 +08:00
parent fac2a2a2d2
commit f599647fbd
12 changed files with 72 additions and 12 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+9
View File
@@ -119,6 +119,10 @@
opacity: .7;
}
.ui-btn[aria-busy="true"] {
pointer-events: none;
}
.ui-btn-primary:disabled {
background: #cbd5e1;
}
@@ -175,6 +179,11 @@
border-top-color: #fff;
animation: spin .75s linear infinite;
}
.ui-btn-secondary .spinner {
border-color: rgba(0, 94, 184, .22);
border-top-color: #005EB8;
}
}
@keyframes spin {