From 5bdaf3cbe409b359d12490ef98f498287fd47be2 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Fri, 27 Jun 2014 04:58:02 -0600 Subject: [PATCH] Make both .cursor-line and .selection-line opaque --- static/editor.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/static/editor.less b/static/editor.less index 990097d06..55e9134c2 100644 --- a/static/editor.less +++ b/static/editor.less @@ -92,8 +92,10 @@ line-height: 1.3; } -.editor .gutter .line-number.cursor-line { - opacity: 1; +.editor .gutter { + .line-number.cursor-line, .line-number.selection-line { + opacity: 1; + } } .editor .gutter {