Skip to content

Commit 3a59332

Browse files
committed
Keep codeblock toolbar visible when focused
1 parent fa8eefd commit 3a59332

File tree

1 file changed

+1
-0
lines changed
  • src/vs/workbench/contrib/chat/browser/media

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/chat/browser/media/chat.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@
239239
}
240240

241241
.interactive-item-container .interactive-result-editor-wrapper:hover .monaco-toolbar,
242+
.interactive-item-container .interactive-result-editor-wrapper .monaco-toolbar:focus-within,
242243
.interactive-item-container .interactive-result-editor-wrapper.focused .monaco-toolbar {
243244
display: initial;
244245
border-radius: 2px;

0 commit comments

Comments
 (0)