Skip to content

Commit e51bb8b

Browse files
authored
Merge pull request microsoft#185129 from microsoft/aiday/makingButtonColorDifferentOnHover
Making the button background color lighter on hover
2 parents 8afb685 + 21952a5 commit e51bb8b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

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

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

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

0 commit comments

Comments
 (0)