chat - tweaks to accept/undo buttons (#271488)

Do not explicitly set foreground color for buttons, otherwise hover effect will not apply the color due to a less specific CSS rule.
This commit is contained in:
Benjamin Pasero
2025-10-15 12:25:41 +02:00
committed by GitHub
parent 83e18c0ee6
commit 0a70ffec1c

View File

@@ -883,13 +883,10 @@ have to be updated for changes to the rules above, or to support more deeply nes
}
.interactive-session .chat-editing-session .monaco-button {
height: 17px;
height: 18px;
width: fit-content;
padding: 2px 6px;
font-size: 11px;
background-color: var(--vscode-button-background);
border: 1px solid var(--vscode-button-border);
color: var(--vscode-button-foreground);
}
.interactive-session .chat-editing-session .chat-editing-session-toolbar-actions .monaco-button:hover {