fix(web): shimmer of announcement bar (#14651)

This commit is contained in:
Jay 2025-09-03 14:37:17 -04:00 committed by GitHub
parent 00fcd48b3f
commit 5b9c38c8f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -162,7 +162,7 @@ div[class^="announcementBar"] {
&::before {
content: '';
z-index: 0;
background: conic-gradient(from var(--electric-wire-angle, 0deg), transparent, rgba(255, 255, 255, 0.751) 5%, transparent 20%);
background: conic-gradient(from var(--electric-wire-angle), transparent, rgba(255, 255, 255, 0.751) 5%, transparent 20%);
position: absolute;
top: 0;
left: 0;