From 873e2f72c68554a34be16dc77fff3619df7d565b Mon Sep 17 00:00:00 2001 From: Guillaume Darbonne Date: Wed, 22 Feb 2017 11:56:08 +0100 Subject: [PATCH] Fix Shadow Deprecation --- styles/meteor-color-coding.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/meteor-color-coding.less b/styles/meteor-color-coding.less index 8287881..dbecb44 100644 --- a/styles/meteor-color-coding.less +++ b/styles/meteor-color-coding.less @@ -12,7 +12,7 @@ } -atom-text-editor::shadow { +atom-text-editor.editor { .api.meteor{ color: #ffffff; }