From 894e242143e25a4de2046cd446d61a1b08e8ef94 Mon Sep 17 00:00:00 2001 From: Thilo Cestonaro Date: Thu, 30 Mar 2017 16:29:52 +0200 Subject: [PATCH] Remove Shadow DOM style --- styles/imports-highlight.atom-text-editor.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/imports-highlight.atom-text-editor.less b/styles/imports-highlight.atom-text-editor.less index aa0b4f0..b7fbf20 100644 --- a/styles/imports-highlight.atom-text-editor.less +++ b/styles/imports-highlight.atom-text-editor.less @@ -1,6 +1,6 @@ @import "ui-variables"; -atom-text-editor::shadow &.import-rust-logo { +atom-text-editor &.import-rust-logo { background-image: url(atom://rust-api-docs-helper/images/rust-logo.svg); background-size: @component-icon-size; background-repeat: no-repeat;