mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-24 20:16:41 -05:00
Issue 1036: non-draggable ability icons will no longer have its cursor morphed to a pointing hand icon
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user