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:
Aiday Marlen Kyzy
2023-06-15 11:50:42 +02:00
committed by GitHub
@@ -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);
}