Skip to content

Commit afd4a5e

Browse files
authored
Debugging web server + edge shows odd coloring in chat input (fix #273973) (#274051)
1 parent 08d06ad commit afd4a5e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,7 @@ have to be updated for changes to the rules above, or to support more deeply nes
12801280

12811281
.interactive-session .interactive-input-part .chat-editor-container .interactive-input-editor .monaco-editor,
12821282
.interactive-session .interactive-input-part .chat-editor-container .interactive-input-editor .monaco-editor .monaco-editor-background {
1283-
background-color: var(--vscode-input-background);
1283+
background-color: var(--vscode-input-background) !important;
12841284
}
12851285

12861286
.interactive-session .interactive-input-part.editing .chat-input-container .chat-editor-container .monaco-editor,

0 commit comments

Comments
 (0)