From 8c38dd73d8c7b77d8d341c0389f4d7229f9b97fd Mon Sep 17 00:00:00 2001 From: undergroundwires Date: Thu, 3 Sep 2020 19:00:14 +0100 Subject: [PATCH] fix new/changed script higlighting not working on production builds --- src/presentation/TheCodeArea.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/presentation/TheCodeArea.vue b/src/presentation/TheCodeArea.vue index cb13541f..e9219c18 100644 --- a/src/presentation/TheCodeArea.vue +++ b/src/presentation/TheCodeArea.vue @@ -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; } }