From 3790cdb262f34e29219bc4cb601650ecebb15000 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Tue, 17 Jun 2014 17:06:33 -0700 Subject: [PATCH] =?UTF-8?q?Reset=20highlights=20so=20they=20don=E2=80=99t?= =?UTF-8?q?=20interfere=20with=20styleguide=20text.highlight?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/editor.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/editor.less b/static/editor.less index 896985f97..bf3da1930 100644 --- a/static/editor.less +++ b/static/editor.less @@ -251,6 +251,11 @@ width: 1px; } +.editor .highlight { + background: none; + padding: 0; +} + .editor .highlight .region, .editor .selection .region { position: absolute;