mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-16 05:11:14 +01:00
df028283c5
* Refine animated chat input working border - Refactor animated ring to a ::before pseudo-element with mask trick so it can fade in/out via opacity when the .working class toggles - Slow the spin from 1.2s to 3s for a calmer cadence - Replace the static pulsing box-shadow with a 3-step keyframed glow that cycles through the same three theme colors as the conic ring, in sync with the spin (so the halo appears to emanate from the gradient) - Drop the now-unused --chat-input-working-fill override in sessions and the matching entry in the stylelint allowlist * feat(chat): add working border colors for chat input in light and dark themes * feat(chat): update working border colors for chat input * Update src/vs/workbench/contrib/chat/browser/widget/media/chat.css Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(chat): add transition effect to chat input container --------- Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>