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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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({

View file

@ -1065,7 +1065,7 @@
<!-- /.tab-content -->
</div><!-- /.card-body -->
</div>
<!-- /.nav-tabs-custom -->
<!-- /.card -->
</div>
<!-- /.col -->
</div>