From 71cb5e5f62ef1e465451e2efb369f9a2a7dc12cc Mon Sep 17 00:00:00 2001 From: Stromwerk Date: Wed, 25 Jan 2017 15:06:24 +0200 Subject: [PATCH] Replaced deprecated selectors in styles/editor.less --- styles/editor.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/editor.less b/styles/editor.less index 52c4301..574e2a5 100644 --- a/styles/editor.less +++ b/styles/editor.less @@ -2,7 +2,7 @@ @import "ui-mixins"; @import "syntax-variables"; -atom-text-editor::shadow { +atom-text-editor.editor { ::-webkit-scrollbar-thumb { background-color: @syntax-selection-color; } @@ -23,7 +23,7 @@ atom-text-editor[mini] { background-color: @dark-flat-ui-super-duper-dark-gray; } - &::shadow .is-focused .selection .region { + &.editor .is-focused .selection .region { background-color: @dark-flat-ui-light-gray!important; } }