mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-28 23:58:23 +01:00
* Unify above the chat input notifications * Build notice actions on ActionBar Addresses PR review feedback: the notice actions were a hand-rolled div with button semantics, its own click/tap/keydown listeners and its own hover and focus styling. They are now Action items pushed onto an ActionBar, so keyboard handling, touch, focus management and theming come from the shared action infrastructure rather than being re-implemented here. The producer's class is passed through the action's cssClass so it lands on the button itself - what is clicked, focused and styled - rather than on the housing around it. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3c35355f-4d36-46e5-8d7a-cb0bc7207449 --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 3c35355f-4d36-46e5-8d7a-cb0bc7207449