From fbe430d9b1372241b6ac32f04a6aafddb335178d Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Tue, 14 Mar 2017 11:49:48 -0400 Subject: [PATCH] Remove The Shadow --- styles/editor.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/styles/editor.less b/styles/editor.less index a8aaf51..211a945 100644 --- a/styles/editor.less +++ b/styles/editor.less @@ -12,7 +12,6 @@ atom-text-editor[mini] { min-height:24px; &, - &::shadow, &.editor { .placeholder-text { color: @text-color-subtle; @@ -27,7 +26,6 @@ atom-text-editor[mini] { } &.is-focused, - &.is-focused::shadow, &.is-focused.editor { background-color: #fff; opacity:1;