From a0de4e0047fb7559165439b22c3240e1f3ed4db3 Mon Sep 17 00:00:00 2001 From: William Lam Date: Thu, 27 Oct 2022 19:49:36 -0400 Subject: [PATCH] Issue 1036: non-draggable ability icons will no longer have its cursor morphed to a pointing hand icon --- app/styles/common.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/common.css b/app/styles/common.css index bba29fcf3..521901cdd 100644 --- a/app/styles/common.css +++ b/app/styles/common.css @@ -816,6 +816,7 @@ dialog::backdrop { transform: scale(1); transition: all 0.1s ease; user-select: none; + cursor: default; /* Non-draggable ability icons will not change the cursor */ } .build__ability.is-drag-target {