From 5d49d5117b9bec48519146f868906d588d83e123 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Fri, 10 Nov 2023 13:57:52 -0500 Subject: [PATCH] children open initially --- app.css | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app.css b/app.css index 11b2ee1..9323fe0 100644 --- a/app.css +++ b/app.css @@ -27,7 +27,7 @@ li { list-style:none; } -li.draggedOver { +.draggedOver { cursor:grabbing; background-color:lightgrey; } diff --git a/index.html b/index.html index 8de584a..256ccfd 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@