Skip to content

Commit d52fb41

Browse files
authored
Merge pull request microsoft#185132 from microsoft/aiday/makeBackgroundLighterOnHoverAndFocus
Making the background of the accept button lighter on focus as well as on hover
2 parents 382cdec + 95fc076 commit d52fb41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/inlineChat/browser/inlineChat.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
font-size: 14px;
207207
}
208208

209-
.monaco-editor .inline-chat .status .monaco-toolbar .action-item.button-item .action-label:hover {
209+
.monaco-editor .inline-chat .status .monaco-toolbar .action-item.button-item .action-label:is(:hover, :focus) {
210210
background-color: var(--vscode-button-hoverBackground);
211211
}
212212

0 commit comments

Comments
 (0)