mirror of https://github.com/ColorlibHQ/AdminLTE
Remove `.nav-tabs-custom` references (#2832)
parent
cf2e1b85dc
commit
3f203af04b
|
@ -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({
|
||||
|
|
|
@ -1065,7 +1065,7 @@
|
|||
<!-- /.tab-content -->
|
||||
</div><!-- /.card-body -->
|
||||
</div>
|
||||
<!-- /.nav-tabs-custom -->
|
||||
<!-- /.card -->
|
||||
</div>
|
||||
<!-- /.col -->
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue