This commit is contained in:
Madison 2026-07-16 23:41:14 -05:00
parent 3e208765f9
commit efdbe6fc6b

View File

@ -461,6 +461,9 @@ body:has(.show-site-loading-indicator) .site-loading-indicator {
100% {
transform: scale(1.6);
opacity: 0;
}
}
@media (prefers-reduced-motion: reduce) {
.data-grid-export-progress-shimmer {
animation: none;