Skip to content

Commit fe06455

Browse files
authored
Comments widget input box indistinguishable from rest of comments widget when it has content (microsoft#187819)
Fixes microsoft#187745
1 parent c719be7 commit fe06455

File tree

1 file changed

+6
-0
lines changed
  • src/vs/workbench/contrib/comments/browser/media

1 file changed

+6
-0
lines changed

src/vs/workbench/contrib/comments/browser/media/review.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,12 @@
349349
outline-width: 1px;
350350
}
351351

352+
.review-widget .body .comment-form .monaco-editor,
353+
.review-widget .body .comment-form .monaco-editor .monaco-editor-background,
354+
.review-widget .body .edit-container .monaco-editor .monaco-editor-background {
355+
background-color: var(--vscode-peekViewTitle-background);
356+
}
357+
352358
.review-widget .body .comment-form .monaco-editor,
353359
.review-widget .body .edit-container .monaco-editor {
354360
width: 100%;

0 commit comments

Comments
 (0)