diff --git a/core/misc/icons/000000/move.png b/core/misc/icons/000000/move.png new file mode 100644 index 00000000000..ea07e186498 Binary files /dev/null and b/core/misc/icons/000000/move.png differ diff --git a/core/misc/icons/000000/move.svg b/core/misc/icons/000000/move.svg new file mode 100644 index 00000000000..3bd9a41cd16 --- /dev/null +++ b/core/misc/icons/000000/move.svg @@ -0,0 +1 @@ + diff --git a/core/modules/system/css/system.module.css b/core/modules/system/css/system.module.css index 6c22b2c3cdc..a74934fbc25 100644 --- a/core/modules/system/css/system.module.css +++ b/core/modules/system/css/system.module.css @@ -117,6 +117,14 @@ a.tabledrag-handle .handle { .no-svg a.tabledrag-handle .handle { background-image: url(../../../misc/icons/787878/move.png); } +a.tabledrag-handle:hover .handle, +a.tabledrag-handle:focus .handle { + background-image: url(../../../misc/icons/000000/move.svg); +} +.no-svg a.tabledrag-handle:hover .handle, +.no-svg a.tabledrag-handle:focus .handle { + background-image: url(../../../misc/icons/000000/move.png); +} .touch .draggable td { padding: 0 10px; } @@ -135,10 +143,6 @@ a.tabledrag-handle .handle { .touch .draggable.drag a.tabledrag-handle .handle { background-position: 50% -32px; } -.no-touch a.tabledrag-handle:hover .handle, -.no-touch a.tabledrag-handle:focus .handle { - background-position: 6px -11px; -} div.indentation { float: left; /* LTR */ height: 1.7em;