Skip to content

Commit 21952a5

Browse files
committed
simplifying the css
1 parent 9a8c0b6 commit 21952a5

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)