fix new/changed script higlighting not working on production builds
This commit is contained in:
@@ -114,7 +114,7 @@ function initializeEditor(theme: string, editorId: string): ace.Ace.Editor {
|
|||||||
min-height: 200px;
|
min-height: 200px;
|
||||||
&__highlight {
|
&__highlight {
|
||||||
background-color:$accent;
|
background-color:$accent;
|
||||||
opacity: 20%;
|
opacity: 0.2; // having procent fails in production (minified) build
|
||||||
position:absolute;
|
position:absolute;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user