mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-01 05:02:35 +01:00
Merge pull request #185132 from microsoft/aiday/makeBackgroundLighterOnHoverAndFocus
Making the background of the accept button lighter on focus as well as on hover
This commit is contained in:
@@ -206,7 +206,7 @@
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.monaco-editor .inline-chat .status .monaco-toolbar .action-item.button-item .action-label:hover {
|
||||
.monaco-editor .inline-chat .status .monaco-toolbar .action-item.button-item .action-label:is(:hover, :focus) {
|
||||
background-color: var(--vscode-button-hoverBackground);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user