comparison core/modules/system/css/components/tabledrag.module.css @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
19 } 19 }
20 tr.add-new .tabledrag-changed { 20 tr.add-new .tabledrag-changed {
21 display: none; 21 display: none;
22 } 22 }
23 .draggable a.tabledrag-handle { 23 .draggable a.tabledrag-handle {
24 cursor: move;
25 float: left; /* LTR */ 24 float: left; /* LTR */
25 overflow: hidden;
26 height: 1.7em; 26 height: 1.7em;
27 margin-left: -1em; /* LTR */ 27 margin-left: -1em; /* LTR */
28 overflow: hidden; 28 cursor: move;
29 text-decoration: none; 29 text-decoration: none;
30 } 30 }
31 [dir="rtl"] .draggable a.tabledrag-handle { 31 [dir="rtl"] .draggable a.tabledrag-handle {
32 float: right; 32 float: right;
33 margin-right: -1em; 33 margin-right: -1em;
35 } 35 }
36 a.tabledrag-handle:hover { 36 a.tabledrag-handle:hover {
37 text-decoration: none; 37 text-decoration: none;
38 } 38 }
39 a.tabledrag-handle .handle { 39 a.tabledrag-handle .handle {
40 background: url(../../../../misc/icons/787878/move.svg) no-repeat 6px 7px; 40 width: 14px;
41 height: 14px; 41 height: 14px;
42 margin: -0.4em 0.5em 0; 42 margin: -0.4em 0.5em 0;
43 padding: 0.42em 0.5em; 43 padding: 0.42em 0.5em;
44 width: 14px; 44 background: url(../../../../misc/icons/787878/move.svg) no-repeat 6px 7px;
45 } 45 }
46 a.tabledrag-handle:hover .handle, 46 a.tabledrag-handle:hover .handle,
47 a.tabledrag-handle:focus .handle { 47 a.tabledrag-handle:focus .handle {
48 background-image: url(../../../../misc/icons/000000/move.svg); 48 background-image: url(../../../../misc/icons/000000/move.svg);
49 } 49 }
53 .touchevents .draggable .menu-item__link { 53 .touchevents .draggable .menu-item__link {
54 display: inline-block; 54 display: inline-block;
55 padding: 10px 0; 55 padding: 10px 0;
56 } 56 }
57 .touchevents a.tabledrag-handle { 57 .touchevents a.tabledrag-handle {
58 width: 40px;
58 height: 44px; 59 height: 44px;
59 width: 40px;
60 } 60 }
61 .touchevents a.tabledrag-handle .handle { 61 .touchevents a.tabledrag-handle .handle {
62 height: 21px;
62 background-position: 40% 19px; /* LTR */ 63 background-position: 40% 19px; /* LTR */
63 height: 21px;
64 } 64 }
65 [dir="rtl"] .touch a.tabledrag-handle .handle { 65 [dir="rtl"] .touch a.tabledrag-handle .handle {
66 background-position: right 40% top 19px; 66 background-position: right 40% top 19px;
67 } 67 }
68 .touchevents .draggable.drag a.tabledrag-handle .handle { 68 .touchevents .draggable.drag a.tabledrag-handle .handle {
74 [dir="rtl"] .tabledrag-toggle-weight-wrapper { 74 [dir="rtl"] .tabledrag-toggle-weight-wrapper {
75 text-align: left; 75 text-align: left;
76 } 76 }
77 .indentation { 77 .indentation {
78 float: left; /* LTR */ 78 float: left; /* LTR */
79 width: 20px;
79 height: 1.7em; 80 height: 1.7em;
80 margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */ 81 margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
81 padding: 0.42em 0 0.42em 0.6em; /* LTR */ 82 padding: 0.42em 0 0.42em 0.6em; /* LTR */
82 width: 20px;
83 } 83 }
84 [dir="rtl"] .indentation { 84 [dir="rtl"] .indentation {
85 float: right; 85 float: right;
86 margin: -0.4em -0.4em -0.4em 0.2em; 86 margin: -0.4em -0.4em -0.4em 0.2em;
87 padding: 0.42em 0.6em 0.42em 0; 87 padding: 0.42em 0.6em 0.42em 0;