Skip to content

Commit 525cc0a

Browse files
committed
Add styles for chat attached context attachment icon label
1 parent 921786b commit 525cc0a

File tree

1 file changed

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

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,6 +1182,11 @@ have to be updated for changes to the rules above, or to support more deeply nes
11821182
border-color: var(--vscode-focusBorder);
11831183
}
11841184

1185+
.chat-attached-context-attachment .monaco-icon-label > .monaco-icon-label-container > .monaco-icon-suffix-container > .label-suffix {
1186+
color: var(--vscode-peekViewTitleDescription-foreground);
1187+
opacity: 1;
1188+
}
1189+
11851190
.chat-notification-widget .chat-warning-codicon .codicon-warning,
11861191
.chat-quota-error-widget .codicon-warning {
11871192
color: var(--vscode-notificationsWarningIcon-foreground) !important; /* Have to override default styles which apply to all lists */

0 commit comments

Comments
 (0)