fix(editor): disable suggestion actions squiggly-hint (#39596)

pull/39603/head
Lasse Jørgensen 2020-09-17 12:48:04 +02:00 committed by GitHub
parent 85925b5a30
commit 45520cd7c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -108,3 +108,7 @@ button.monaco-editor-tab:hover {
.action-row .monaco-editor-tabs .monaco-editor-tab {
top: 0;
}
.monaco-editor .squiggly-hint {
background: none !important;
}