fix new/changed script higlighting not working on production builds

This commit is contained in:
undergroundwires
2020-09-03 19:00:14 +01:00
parent b8682a852a
commit 8c38dd73d8

View File

@@ -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;
} }
} }