/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Styles for tabledrag.
 */

a.tabledrag-handle .handle {
  width: 2.25rem;
  height: 2.25rem;
}

.touchevents a.tabledrag-handle .handle {
  height: 2.25rem;
  background-position: 40% 10px;
}
