From 1dd2486dd857ed95c2bb0ca3f78fc610f752941e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Tu=E1=BA=A5n=20Qu=E1=BB=91c?= Date: Mon, 11 Nov 2019 23:51:57 +0700 Subject: [PATCH] Set background of activeLink to transparent When clicking outside the selected node it's background does not change --- src/themes/default.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/themes/default.js b/src/themes/default.js index 6506bae..55eed99 100644 --- a/src/themes/default.js +++ b/src/themes/default.js @@ -2,7 +2,7 @@ export default { tree: { base: { listStyle: 'none', - backgroundColor: '#21252B', + backgroundColor: 'transparent', margin: 0, padding: 0, color: '#9DA5AB', @@ -19,9 +19,7 @@ export default { padding: '0px 5px', display: 'block' }, - activeLink: { - background: '#31363F' - }, + activeLink: {}, toggle: { base: { position: 'relative',