From b5b75f245562473ea2c544a5cdab7f5613ae34e5 Mon Sep 17 00:00:00 2001 From: Michele Guerini Rocco Date: Sat, 14 Jan 2017 02:03:30 +0100 Subject: [PATCH] Remove ::shadow pseudoselector --- styles/editor.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/editor.less b/styles/editor.less index 825ea49..6fe3167 100644 --- a/styles/editor.less +++ b/styles/editor.less @@ -23,7 +23,7 @@ atom-text-editor[mini].is-focused { to { background-color: null; } } -atom-text-editor::shadow .highlighted.selection .region { +atom-text-editor .highlighted.selection .region { -webkit-animation-name: highlight; -webkit-animation-duration: 1s; -webkit-animation-iteration-count: 1;