From 905ab5e7367e4d200b06bfecec55eec665d9ebd3 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Mon, 1 Oct 2012 11:08:59 -0700 Subject: [PATCH] Only highlight line and gutter row if editor is active --- static/editor.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/editor.css b/static/editor.css index 54b1284e5..70087e223 100644 --- a/static/editor.css +++ b/static/editor.css @@ -29,11 +29,11 @@ padding-right: 0.8em; } -.line-number.cursor-line-number { +.editor.focused .line-number.cursor-line-number { color: rgba(255, 255, 255, .6); } -.line.cursor-line, .line-number.cursor-line-number-background { +.editor.focused .line.cursor-line, .editor.focused .line-number.cursor-line-number-background { background-color: rgba(255, 255, 255, .12); }