File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
src/vs/workbench/contrib/chat/browser/media Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -1692,7 +1692,11 @@ have to be updated for changes to the rules above, or to support more deeply nes
1692
1692
border-radius : 2px ;
1693
1693
}
1694
1694
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
+
1696
1700
.interactive-session .chat-used-context-label {
1697
1701
font-size : 12px ;
1698
1702
color : var (--vscode-descriptionForeground );
@@ -1731,7 +1735,10 @@ have to be updated for changes to the rules above, or to support more deeply nes
1731
1735
padding : 2px 6px 2px 2px ;
1732
1736
}
1733
1737
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
+
1735
1742
.interactive-session .chat-used-context-label .monaco-button : hover {
1736
1743
background-color : var (--vscode-list-hoverBackground );
1737
1744
color : var (--vscode-foreground );
You can’t perform that action at this time.
0 commit comments