drupal/core/themes/olivero/css/components/tabledrag.css

22 lines
342 B
CSS

/*
* 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: 36px;
height: 36px;
}
.touchevents a.tabledrag-handle .handle {
height: 36px;
background-position: 40% 10px;
}