Skip to content

Commit

Permalink
fix new/changed script higlighting not working on production builds
Browse files Browse the repository at this point in the history
  • Loading branch information
undergroundwires committed Sep 4, 2020
1 parent b8682a8 commit 8c38dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presentation/TheCodeArea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 8c38dd7

Please sign in to comment.