From 885773a7cf935825d749d5afa4659dd6e27afff8 Mon Sep 17 00:00:00 2001 From: Michele Guerini Rocco Date: Sat, 14 Jan 2017 02:47:03 +0100 Subject: [PATCH] Remove /deep/ selectors --- styles/atom.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/styles/atom.less b/styles/atom.less index 8913845..175354d 100644 --- a/styles/atom.less +++ b/styles/atom.less @@ -9,17 +9,17 @@ atom-workspace { } .scrollbars-visible-always { - /deep/ ::-webkit-scrollbar { + ::-webkit-scrollbar { width: 10px; height: 10px; } - /deep/ ::-webkit-scrollbar-track, - /deep/ ::-webkit-scrollbar-corner { + ::-webkit-scrollbar-track, + ::-webkit-scrollbar-corner { background: @scroll-background; } - /deep/ ::-webkit-scrollbar-thumb { + ::-webkit-scrollbar-thumb { background: @scroll-thumb; box-shadow: 0 0 1px black inset; }