mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
parent
fe9086fdfa
commit
4b037a7f90
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user