Unverified Commit 9c3ae5ff authored by yann300's avatar yann300 Committed by GitHub

Update contextualListener.js

parent 5a3c9ef2
...@@ -119,7 +119,7 @@ class ContextualListener { ...@@ -119,7 +119,7 @@ class ContextualListener {
const css = csjs` const css = csjs`
.highlightref_fullLine { .highlightref_fullLine {
position:absolute; position:absolute;
z-index:20; z-index:2;
opacity: 0.4; opacity: 0.4;
background-color: var(--info); background-color: var(--info);
} }
...@@ -139,7 +139,7 @@ class ContextualListener { ...@@ -139,7 +139,7 @@ class ContextualListener {
} }
const fileName = lastCompilationResult.getSourceName(position.file) const fileName = lastCompilationResult.getSourceName(position.file)
if (fileName) { if (fileName) {
return this.editor.addMarker(lineColumn, fileName, css.highlightref_fullLine.className) return this.editor.addMarker(lineColumn, fileName, css.highlightref_fullLine)
} }
} }
return null return null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment