From 30975d5b0d567dcc03c51cea8bff06edc87b72b2 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Sun, 23 Jan 2011 14:26:29 +0100 Subject: [PATCH] remove error decoration --- lib/ace/css/editor.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/ace/css/editor.css b/lib/ace/css/editor.css index 2d79f9db..cd537ddd 100644 --- a/lib/ace/css/editor.css +++ b/lib/ace/css/editor.css @@ -19,10 +19,6 @@ height: 100%; } -.ace_gutter-cell.ace_error { - color: red; -} - .ace_editor .ace_sb { position: absolute; overflow-x: hidden;