Skip to content

Commit adad3bb

Browse files
authored
making background same as for mcp tool calle (microsoft#257828)
* making background same as for mcp tool calle * removing code
1 parent 9ef59e2 commit adad3bb

File tree

1 file changed

+9
-2
lines changed
  • src/vs/workbench/contrib/chat/browser/media

1 file changed

+9
-2
lines changed

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1692,7 +1692,11 @@ have to be updated for changes to the rules above, or to support more deeply nes
16921692
border-radius: 2px;
16931693
}
16941694

1695-
.interactive-session .chat-file-changes-label,
1695+
.interactive-session .chat-file-changes-label {
1696+
color: var(--vscode-interactive-session-foreground);
1697+
user-select: none;
1698+
}
1699+
16961700
.interactive-session .chat-used-context-label {
16971701
font-size: 12px;
16981702
color: var(--vscode-descriptionForeground);
@@ -1731,7 +1735,10 @@ have to be updated for changes to the rules above, or to support more deeply nes
17311735
padding: 2px 6px 2px 2px;
17321736
}
17331737

1734-
.interactive-session .chat-file-changes-label .monaco-button:hover,
1738+
.interactive-session .chat-file-changes-label .monaco-button:hover {
1739+
background-color: var(--vscode-toolbar-hoverBackground);
1740+
}
1741+
17351742
.interactive-session .chat-used-context-label .monaco-button:hover {
17361743
background-color: var(--vscode-list-hoverBackground);
17371744
color: var(--vscode-foreground);

0 commit comments

Comments
 (0)