From 0bedc0fb9aae41197827af3a9ce2836dc2fde07d Mon Sep 17 00:00:00 2001 From: tohmjudson Date: Sat, 21 Oct 2017 14:58:06 -0700 Subject: [PATCH] Expected indentation of 0 spaces fixed --- src/components/PrimaryPanes/Sources.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/PrimaryPanes/Sources.css b/src/components/PrimaryPanes/Sources.css index 0eab91ba50..a7b49dcd2a 100644 --- a/src/components/PrimaryPanes/Sources.css +++ b/src/components/PrimaryPanes/Sources.css @@ -146,12 +146,12 @@ } .theme-dark - .sources-list - .managed-tree - .tree - .node:not(.focused) - .blackBox - svg { +.sources-list +.managed-tree +.tree +.node:not(.focused) +.blackBox +svg { fill: var(--theme-content-color3); }