UX: Remove half-pixel border from loading dots (#31105)

That didn't render well (and was visible in dark themes only)
This commit is contained in:
Jarek Radosz 2025-02-03 20:26:24 +01:00 committed by GitHub
parent fe9086fdfa
commit 4b037a7f90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,7 +82,6 @@
height: var(--splash-dot-size);
border-radius: 50%;
border: 0.5px solid #fff;
background-color: var(--dot-color);
filter: saturate(2) opacity(0.85);
opacity: 0;