Skip to content

Commit 86f0891

Browse files
author
Kaitlin Brooks
committed
Add styling for label suffix in attached context attachments
1 parent 7afa954 commit 86f0891

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,6 +1158,10 @@ have to be updated for changes to the rules above, or to support more deeply nes
11581158
border-color: var(--vscode-focusBorder);
11591159
}
11601160

1161+
.chat-attached-context-attachment .label-suffix {
1162+
color: var(--vscode-peekViewTitleDescription-foreground);
1163+
}
1164+
11611165
.chat-notification-widget .chat-warning-codicon .codicon-warning,
11621166
.chat-quota-error-widget .codicon-warning {
11631167
color: var(--vscode-notificationsWarningIcon-foreground) !important; /* Have to override default styles which apply to all lists */

0 commit comments

Comments
 (0)