mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-20 17:59:17 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user