Skip to content

Commit aa9fdb6

Browse files
committed
fix(chat): improve light-theme contrast for agent-session-details-row
1 parent 2fac2d4 commit aa9fdb6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
*--------------------------------------------------------------------------------------------*/
55

66
.agent-sessions-viewer {
7-
87
.monaco-list-row > .monaco-tl-row > .monaco-tl-twistie.force-no-twistie {
98
display: none !important;
109
}
@@ -66,7 +65,8 @@
6665
.agent-session-details-row {
6766
padding: 0 6px 2px 6px;
6867
font-size: 12px;
69-
color: var(--vscode-descriptionForeground);
68+
color: var(--vscode-foreground);
69+
opacity: 0.8;
7070

7171
.rendered-markdown {
7272
p {
@@ -80,7 +80,8 @@
8080
}
8181

8282
a {
83-
color: var(--vscode-descriptionForeground);
83+
color: var(--vscode-foreground);
84+
opacity: 0.8;
8485
}
8586
}
8687
}

0 commit comments

Comments
 (0)