fix(editor): disable suggestion actions squiggly-hint (#39596)
This commit is contained in:
@@ -108,3 +108,7 @@ button.monaco-editor-tab:hover {
|
|||||||
.action-row .monaco-editor-tabs .monaco-editor-tab {
|
.action-row .monaco-editor-tabs .monaco-editor-tab {
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.monaco-editor .squiggly-hint {
|
||||||
|
background: none !important;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user