From e74db803c28736366e4bf3f5cd811ab2936d85ce Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Sun, 6 Apr 2014 14:55:41 +0100 Subject: [PATCH] Issue #2195959 by LewisNyman: Tab-select renders grippie white on white. --- core/misc/icons/000000/move.png | Bin 0 -> 163 bytes core/misc/icons/000000/move.svg | 1 + core/modules/system/css/system.module.css | 12 ++++++++---- 3 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 core/misc/icons/000000/move.png create mode 100644 core/misc/icons/000000/move.svg diff --git a/core/misc/icons/000000/move.png b/core/misc/icons/000000/move.png new file mode 100644 index 0000000000000000000000000000000000000000..ea07e186498a475e5791c924e31ff28a89158dc8 GIT binary patch literal 163 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`S)MMAAr_~T6BZZ>Fg#+@@SXPT zv%?>GFYXDef7)BNSvbtyC%@{a-IVtZJ!jcG{;;iJ{C$x}{J`@!Y)ot>37`2k&HwH! zn)sP%lSG#yZw8~APTqo9+!}n$Db6w{dRbR3VP3V=rRy`(#hro-?jJoj94b6L4`?fc Mr>mdKI;Vst0Dpfug#Z8m literal 0 HcmV?d00001 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;