Skip to content

Commit 93c1915

Browse files
authored
fix focus on the agents window new chat state (#333904)
1 parent b5a065f commit 93c1915

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/vs/sessions/contrib/chat/browser/media/chatInput.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,17 @@
315315
overflow: visible;
316316
}
317317

318+
.monaco-workbench .sessions-chat-config-toolbar .action-label:focus,
319+
.monaco-workbench .new-chat-bottom-container .sessions-chat-picker-slot > .action-label:focus {
320+
outline: none;
321+
}
322+
323+
.monaco-workbench .sessions-chat-config-toolbar .action-label:focus-visible,
324+
.monaco-workbench .new-chat-bottom-container .sessions-chat-picker-slot > .action-label:focus-visible {
325+
outline: var(--vscode-strokeThickness) solid var(--vscode-focusBorder);
326+
outline-offset: calc(-1 * var(--vscode-strokeThickness));
327+
}
328+
318329
.sessions-chat-config-toolbar .action-label:hover {
319330
background-color: var(--vscode-toolbar-hoverBackground);
320331
color: var(--vscode-foreground);

0 commit comments

Comments
 (0)