Skip to content

Commit a65bb9f

Browse files
committed
making the hover background lighter also on focus, not just on hover
1 parent 13b1b90 commit a65bb9f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,11 @@
206206
font-size: 14px;
207207
}
208208

209+
.monaco-editor .inline-chat .status .monaco-toolbar .action-item.button-item .action-label:is(:hover, :focus) {
210+
background-color: var(--vscode-button-hoverBackground);
211+
}
212+
213+
209214
/* preview */
210215

211216
.monaco-editor .inline-chat .preview {

0 commit comments

Comments
 (0)