Remove .nav-tabs-custom references (#2832)

This commit is contained in:
XhmikosR
2020-06-12 21:40:06 +03:00
committed by GitHub
parent cf2e1b85dc
commit 3f203af04b
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ $(function () {
forcePlaceholderSize: true,
zIndex: 999999
})
$('.connectedSortable .card-header, .connectedSortable .nav-tabs-custom').css('cursor', 'move')
$('.connectedSortable .card-header').css('cursor', 'move')
// jQuery UI sortable for the todo list
$('.todo-list').sortable({