diff --git a/src/vs/editor/contrib/inlineCompletions/browser/view/ghostText/ghostTextView.css b/src/vs/editor/contrib/inlineCompletions/browser/view/ghostText/ghostTextView.css index 2839f49bb12a8..3bcb8b5f61abd 100644 --- a/src/vs/editor/contrib/inlineCompletions/browser/view/ghostText/ghostTextView.css +++ b/src/vs/editor/contrib/inlineCompletions/browser/view/ghostText/ghostTextView.css @@ -24,15 +24,16 @@ font-size: 0; } -.monaco-editor .ghost-text-decoration, .monaco-editor .suggest-preview-text.clickable .view-line { - z-index: 1; +.monaco-editor .ghost-text-decoration, +.monaco-editor .suggest-preview-text .ghost-text { + font-style: italic; } -.monaco-editor .ghost-text-decoration, .monaco-editor .suggest-preview-text .ghost-text { - font-style: italic; +.monaco-editor .suggest-preview-text.clickable .view-line { + z-index: 1; } -.monaco-editor .ghost-text-decoration, .monaco-editor .suggest-preview-text.clickable .ghost-text { +.monaco-editor .suggest-preview-text.clickable .ghost-text { cursor: pointer; }