fix: dashboard tab only shows move cursor when editing (#11480)

This commit is contained in:
Evan Rusackas 2020-10-29 00:35:32 -07:00 committed by GitHub
parent 62629eceab
commit 68d493ebf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@
}
}
& .dragdroppable-tab {
& .dragdroppable-tab[draggable='true'] {
cursor: move;
}