From cd9df90e08771d48b64924e82590458ee1faa46a Mon Sep 17 00:00:00 2001 From: Jaakko Rinta-Filppula Date: Thu, 27 Feb 2014 12:35:41 +0200 Subject: [PATCH] editor background shouldn't be affected --- stylesheets/editor.less | 4 ---- 1 file changed, 4 deletions(-) diff --git a/stylesheets/editor.less b/stylesheets/editor.less index 96ad84a..b3b6270 100644 --- a/stylesheets/editor.less +++ b/stylesheets/editor.less @@ -13,10 +13,6 @@ .selection .region { background-color: lighten(@input-background-color, 10%); } } -.editor, .editor .gutter { - background-color: @app-background-color; -} - .editor.editor-colors.mini.is-focused { .selection .region { background-color: lighten(@app-background-color, 5%); } transition: background-color 0.1s