소스 검색

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

XhmikosR 4 년 전
부모
커밋
3f203af04b
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      dist/js/pages/dashboard.js
  2. 1 1
      pages/examples/profile.html

+ 1 - 1
dist/js/pages/dashboard.js

@@ -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({

+ 1 - 1
pages/examples/profile.html

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