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;
|
||||
&__highlight {
|
||||
background-color:$accent;
|
||||
opacity: 20%;
|
||||
opacity: 0.2; // having procent fails in production (minified) build
|
||||
position:absolute;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user