From fd29bd81e331846b9d8b8925805325e1b022e478 Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Wed, 18 Nov 2015 20:34:52 +0100 Subject: [PATCH] Hide syntax errors in CodeMirror. Hack to make JSX highlighting better. #19. --- src/components/Editor/Editor.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/Editor/Editor.css b/src/components/Editor/Editor.css index 92b9d3a17..afcfda78d 100644 --- a/src/components/Editor/Editor.css +++ b/src/components/Editor/Editor.css @@ -9,3 +9,6 @@ overflow-y: hidden; overflow-x: auto; } +.root :global .cm-error { + background: none !important; +}