From 5b9c38c8f203db811cabae067e1cd8e5cad2a05c Mon Sep 17 00:00:00 2001 From: Jay <159848059+jayacryl@users.noreply.github.com> Date: Wed, 3 Sep 2025 14:37:17 -0400 Subject: [PATCH] fix(web): shimmer of announcement bar (#14651) --- docs-website/src/styles/global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-website/src/styles/global.scss b/docs-website/src/styles/global.scss index 67c474e43b..185b57b038 100644 --- a/docs-website/src/styles/global.scss +++ b/docs-website/src/styles/global.scss @@ -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;