From 95a80fb3baff5f3093b9ed60f8c7753559acd293 Mon Sep 17 00:00:00 2001 From: Adam Iannazzone <46025473+jiannazzone@users.noreply.github.com> Date: Thu, 26 Sep 2024 12:26:35 -0400 Subject: [PATCH] Cursor change on active-feature --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index a593187..f31e7f1 100644 --- a/css/style.css +++ b/css/style.css @@ -116,6 +116,7 @@ footer { .feature-container#active-feature { transition: 0.5s; scale: 100%; + cursor:auto; } .empty-feature-container {