Forráskód Böngészése

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

XhmikosR 4 éve
szülő
commit
3f203af04b
2 módosított fájl, 2 hozzáadás és 2 törlés
  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>