Skip to content

Commit c3d8708

Browse files
linqironghediet
authored andcommitted
fix monaco inlinesuggest toolbar loses css color problem
1 parent c89a242 commit c3d8708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/base/browser/ui/contextview/contextview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ export class ContextView extends Disposable {
222222

223223
// Show static box
224224
DOM.clearNode(this.view);
225-
this.view.className = 'context-view';
225+
this.view.className = 'context-view monaco-component';
226226
this.view.style.top = '0px';
227227
this.view.style.left = '0px';
228228
this.view.style.zIndex = `${2575 + (delegate.layer ?? 0)}`;

0 commit comments

Comments
 (0)