From 7584d0f8ebbf879d182f734baea08777a010a2c9 Mon Sep 17 00:00:00 2001 From: "np.w" Date: Sun, 13 Dec 2020 14:58:57 -0600 Subject: [PATCH] cursor move icon on hover box --- client/src/styles/app.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/src/styles/app.css b/client/src/styles/app.css index 400cadc..3b2efb7 100644 --- a/client/src/styles/app.css +++ b/client/src/styles/app.css @@ -11,7 +11,9 @@ li { list-style: none; font-size: 11px; } - +li.box:hover { + cursor: move; +} li.item { display: grid; grid-template-columns: 1fr auto auto;