File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
src/vs/workbench/contrib/chat/browser/media Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -696,12 +696,16 @@ have to be updated for changes to the rules above, or to support more deeply nes
696
696
color : var (--vscode-button-secondaryForeground );
697
697
}
698
698
699
- .interactive-session .chat-editing-session .chat-editing-session-toolbar-actions .monaco-button .secondary : hover ,
700
699
.interactive-session .chat-editing-session .chat-editing-session-actions .monaco-button .secondary : hover {
701
700
background-color : var (--vscode-button-secondaryHoverBackground );
702
701
color : var (--vscode-button-secondaryForeground );
703
702
}
704
703
704
+ /* The Add Files button is currently implemented as a secondary button but should not have the secondary button background */
705
+ .interactive-session .chat-editing-session .chat-editing-session-toolbar-actions .monaco-button .secondary : hover {
706
+ background-color : var (--vscode-toolbar-hoverBackground );
707
+ }
708
+
705
709
.interactive-session .chat-editing-session .chat-editing-session-actions .monaco-button .secondary .monaco-text-button .codicon : not (.disabled ): hover ,
706
710
.interactive-session .chat-editing-session .chat-editing-session-toolbar-actions .monaco-button : hover {
707
711
background-color : var (--vscode-toolbar-hoverBackground );
You can’t perform that action at this time.
0 commit comments