Issue 1036: non-draggable ability icons will no longer have its cursor morphed to a pointing hand icon

This commit is contained in:
William Lam
2022-10-27 19:49:36 -04:00
parent fbe1c61356
commit a0de4e0047

View File

@@ -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 {