From 3bca6b28cd25a1eba03fb4f2fdf986f307cced13 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Mon, 10 Jun 2019 20:10:24 -0600 Subject: [PATCH] Make children selection lighter --- src/devtools/views/root.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devtools/views/root.css b/src/devtools/views/root.css index 262900906b..30e70443ec 100644 --- a/src/devtools/views/root.css +++ b/src/devtools/views/root.css @@ -56,7 +56,7 @@ --light-color-scroll-track: #fafafa; --light-color-search-match: yellow; --light-color-search-match-current: #f7923b; - --light-color-selected-tree-highlight-active: rgba(0, 136, 250, 0.15); + --light-color-selected-tree-highlight-active: rgba(0, 136, 250, 0.1); --light-color-selected-tree-highlight-inactive: rgba(0, 0, 0, 0.05); --light-color-tab-selected-border: #0088fa; --light-color-text: #000000;