diff --git a/core/misc/tabledrag.js b/core/misc/tabledrag.js index faea38b..fd9b715 100644 --- a/core/misc/tabledrag.js +++ b/core/misc/tabledrag.js @@ -312,8 +312,6 @@ Drupal.tableDrag.prototype.makeDraggable = function (item) { var self = this; var $item = $(item); - // Add a class to the title link - $item.find('td:first-of-type').find('a').addClass('menu-item__link'); // Create the handle. var handle = $('
 
').attr('title', Drupal.t('Drag to re-order')); // Insert the handle after indentations (if any). diff --git a/core/modules/system/css/system.module.css b/core/modules/system/css/system.module.css index b38c5e5..54cb8c4 100644 --- a/core/modules/system/css/system.module.css +++ b/core/modules/system/css/system.module.css @@ -119,10 +119,6 @@ a.tabledrag-handle:focus .handle { .touch .draggable td { padding: 0 10px; } -.touch .draggable .menu-item__link { - display: inline-block; - padding: 10px 0; -} .touch a.tabledrag-handle { height: 44px; width: 40px;