diff 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
line wrap: on
line diff
--- a/core/modules/system/css/components/tabledrag.module.css	Thu Feb 28 13:11:55 2019 +0000
+++ b/core/modules/system/css/components/tabledrag.module.css	Thu May 09 15:34:47 2019 +0100
@@ -21,11 +21,11 @@
   display: none;
 }
 .draggable a.tabledrag-handle {
-  cursor: move;
   float: left; /* LTR */
+  overflow: hidden;
   height: 1.7em;
   margin-left: -1em; /* LTR */
-  overflow: hidden;
+  cursor: move;
   text-decoration: none;
 }
 [dir="rtl"] .draggable a.tabledrag-handle {
@@ -37,11 +37,11 @@
   text-decoration: none;
 }
 a.tabledrag-handle .handle {
-  background: url(../../../../misc/icons/787878/move.svg) no-repeat 6px 7px;
+  width: 14px;
   height: 14px;
   margin: -0.4em 0.5em 0;
   padding: 0.42em 0.5em;
-  width: 14px;
+  background: url(../../../../misc/icons/787878/move.svg) no-repeat 6px 7px;
 }
 a.tabledrag-handle:hover .handle,
 a.tabledrag-handle:focus .handle {
@@ -55,12 +55,12 @@
   padding: 10px 0;
 }
 .touchevents a.tabledrag-handle {
+  width: 40px;
   height: 44px;
-  width: 40px;
 }
 .touchevents a.tabledrag-handle .handle {
+  height: 21px;
   background-position: 40% 19px; /* LTR */
-  height: 21px;
 }
 [dir="rtl"] .touch a.tabledrag-handle .handle {
   background-position: right 40% top 19px;
@@ -76,10 +76,10 @@
 }
 .indentation {
   float: left; /* LTR */
+  width: 20px;
   height: 1.7em;
   margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
   padding: 0.42em 0 0.42em 0.6em; /* LTR */
-  width: 20px;
 }
 [dir="rtl"] .indentation {
   float: right;