Skip to content

Commit 9e24664

Browse files
authored
Merge pull request microsoft#250886 from microsoft/kkbrooks/iconlabel-fix
Kkbrooks/iconlabel fix
2 parents 921786b + 9f32d9c commit 9e24664

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/vs/base/browser/ui/iconLabel/iconlabel.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@
6060
}
6161

6262
.monaco-icon-label > .monaco-icon-label-container > .monaco-icon-suffix-container > .label-suffix {
63-
color: var(--vscode-peekViewTitleDescription-foreground);
63+
opacity: .7;
6464
white-space: pre;
6565
}
6666

6767
.monaco-icon-label > .monaco-icon-label-container > .monaco-icon-description-container > .label-description {
68-
color: var(--vscode-peekViewTitleDescription-foreground);
68+
opacity: .7;
6969
margin-left: 0.5em;
7070
font-size: 0.9em;
7171
white-space: pre; /* enable to show labels that include multiple whitespaces */

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)