diff --git a/desktop/src/shared/styles/globals/animations.css b/desktop/src/shared/styles/globals/animations.css index 1b8940f78..2d11f0640 100644 --- a/desktop/src/shared/styles/globals/animations.css +++ b/desktop/src/shared/styles/globals/animations.css @@ -238,43 +238,13 @@ which is the strongest possible contrast against full-color text. */ --buzz-shimmer-highlight: color-mix( in oklab, - hsl(var(--primary)) 18%, + hsl(var(--primary)) 8%, hsl(var(--background)) ); --buzz-shimmer-band: 300%; color: inherit; } -/* Glyph recoloring alone is too subtle at sidebar sizes — sweep a - translucent highlight WASH behind the text as well (same keyframes, so - band and wash move together). The wash is a soft primary tint the text - stays readable through, like a highlighter pass. */ -.buzz-shimmer-accent::after { - animation: buzz-shimmer var(--buzz-shimmer-duration) linear infinite; - background-image: linear-gradient( - 90deg, - transparent 0%, - transparent 40%, - hsl(var(--primary) / 0.16) 50%, - transparent 60%, - transparent 100% - ); - background-repeat: no-repeat; - background-size: var(--buzz-shimmer-band) 100%; - border-radius: 0.25rem; - content: ""; - inset: -0.125rem -0.25rem; - pointer-events: none; - position: absolute; -} - -@media (prefers-reduced-motion: reduce) { - .buzz-shimmer-accent::after { - animation: none; - content: none; - } -} - @media (prefers-reduced-motion: reduce) { .buzz-shimmer, .shimmer {