Remove redundant cursor property

the property is overwritten
This commit is contained in:
Daria 2025-04-25 12:44:01 +03:00 committed by GitHub
parent 3c37477a44
commit 6b1cdcddca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -243,7 +243,6 @@
.tools_unselectable();
&:not(.no-drag) {
touch-action: none;
cursor: move;
cursor: grab;
}