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 {