Skip to content

Commit de3c6c9

Browse files
authored
Update filtered response icon color (microsoft#178181)
1 parent c89324c commit de3c6c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,10 @@
274274
color: var(--vscode-errorForeground) !important; /* Have to override default styles which apply to all lists */
275275
}
276276

277+
.interactive-session .interactive-response .interactive-response-error-details .codicon-info {
278+
color: var(--vscode-notificationsInfoIcon-foreground) !important; /* Have to override default styles which apply to all lists */
279+
}
280+
277281
.interactive-session .interactive-item-container .value .interactive-slash-command {
278282
color: var(--vscode-textLink-foreground);
279283
}

0 commit comments

Comments
 (0)