We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fac2d4 commit aa9fdb6Copy full SHA for aa9fdb6
src/vs/workbench/contrib/chat/browser/agentSessions/media/agentsessionsviewer.css
@@ -4,7 +4,6 @@
4
*--------------------------------------------------------------------------------------------*/
5
6
.agent-sessions-viewer {
7
-
8
.monaco-list-row > .monaco-tl-row > .monaco-tl-twistie.force-no-twistie {
9
display: none !important;
10
}
@@ -66,7 +65,8 @@
66
65
.agent-session-details-row {
67
padding: 0 6px 2px 6px;
68
font-size: 12px;
69
- color: var(--vscode-descriptionForeground);
+ color: var(--vscode-foreground);
+ opacity: 0.8;
70
71
.rendered-markdown {
72
p {
@@ -80,7 +80,8 @@
80
81
82
a {
83
84
85
86
87
0 commit comments