From b4f114c0377909b9cfb0bcef71686a60b8198dff Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Sun, 24 May 2020 21:03:07 +0200 Subject: [PATCH] Cleanup hidden borders --- editor/src/styles.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/src/styles.scss b/editor/src/styles.scss index 7e6993d..ee0ee20 100644 --- a/editor/src/styles.scss +++ b/editor/src/styles.scss @@ -58,8 +58,8 @@ body { transform: rotate(90deg); } -.list-item.hidden { - border: 0; +.root .list-item.hidden { + border: none; padding: 0; margin: 0; height: 0;