fix style css in ts
This commit is contained in:
@@ -86,7 +86,7 @@ class InlineSuggestionWidget extends WidgetType {
|
||||
toDOM() {
|
||||
const span = document.createElement("span");
|
||||
span.textContent = this.display_suggestion;
|
||||
span.style.opacity = "0.4"; // TODO replace with css
|
||||
span.classList.add("infio-utils-display-suggestion-opacity");
|
||||
span.onclick = () => {
|
||||
cancelSuggestion(this.view);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user