Loading core/misc/tabledrag.es6.js +1 −1 Original line number Diff line number Diff line Loading @@ -1704,7 +1704,7 @@ */ tableDragHandle() { return `<a href="#" title="${Drupal.t('Drag to re-order')}" class="tabledrag-handle"><div class="handle"> </div></a>`; class="tabledrag-handle"><div class="handle"></div></a>`; }, }, ); Loading core/misc/tabledrag.js +1 −1 Original line number Diff line number Diff line Loading @@ -975,7 +975,7 @@ tableDragHandle() { return `<a href="#" title="${Drupal.t('Drag to re-order')}" class="tabledrag-handle"><div class="handle"> </div></a>`; class="tabledrag-handle"><div class="handle"></div></a>`; } }); Loading core/modules/system/css/components/tabledrag.module.css +15 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,21 @@ a.tabledrag-handle:hover .handle, a.tabledrag-handle:focus .handle { background-image: url(../../../../misc/icons/000000/move.svg); } @media (forced-colors: active) { a.tabledrag-handle .handle, a.tabledrag-handle:hover .handle, a.tabledrag-handle:focus .handle { background: linktext; -webkit-mask: url(../../../../misc/icons/787878/move.svg) no-repeat 6px 7px; mask: url(../../../../misc/icons/787878/move.svg) no-repeat 6px 7px; } a.tabledrag-handle:focus { outline: solid 1px transparent; } } .touchevents .draggable td { padding: 0 10px; } Loading Loading
core/misc/tabledrag.es6.js +1 −1 Original line number Diff line number Diff line Loading @@ -1704,7 +1704,7 @@ */ tableDragHandle() { return `<a href="#" title="${Drupal.t('Drag to re-order')}" class="tabledrag-handle"><div class="handle"> </div></a>`; class="tabledrag-handle"><div class="handle"></div></a>`; }, }, ); Loading
core/misc/tabledrag.js +1 −1 Original line number Diff line number Diff line Loading @@ -975,7 +975,7 @@ tableDragHandle() { return `<a href="#" title="${Drupal.t('Drag to re-order')}" class="tabledrag-handle"><div class="handle"> </div></a>`; class="tabledrag-handle"><div class="handle"></div></a>`; } }); Loading
core/modules/system/css/components/tabledrag.module.css +15 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,21 @@ a.tabledrag-handle:hover .handle, a.tabledrag-handle:focus .handle { background-image: url(../../../../misc/icons/000000/move.svg); } @media (forced-colors: active) { a.tabledrag-handle .handle, a.tabledrag-handle:hover .handle, a.tabledrag-handle:focus .handle { background: linktext; -webkit-mask: url(../../../../misc/icons/787878/move.svg) no-repeat 6px 7px; mask: url(../../../../misc/icons/787878/move.svg) no-repeat 6px 7px; } a.tabledrag-handle:focus { outline: solid 1px transparent; } } .touchevents .draggable td { padding: 0 10px; } Loading