Add icon for vertical dragging
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3458085. --> Reported by: [rkoller](https://www.drupal.org/user/3217695) >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>While testing the prototype of Starshot I've noticed that on pages like <code>admin/structure/block</code> that only allow vertical dragging the icons for vertical/horizontal dragging are used. Drupal Core introduced an icon for vertical dragging in 10.3.0: <span class="drupalorg-gitlab-issue-link project-issue-status-info project-issue-status-7"><a href="https://www.drupal.org/project/drupal/issues/3389317" title="Status: Closed (fixed)">#3389317: Differentiate visually dragging with and without hierarchy</a></span>. I've checked in 4.0.x-dev as well but there the vertical/horizontal drag icons are also used. </p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <p>A few examples for pages with only vertical drag icons: </p> <ul> <li><code>admin/structure/block</code></li> <li><code>admin/config/content/formats</code></li> <li><code>admin/config/regional/language/detection</code></li> <li><code>admin/structure/taxonomy</code></li> <li><code>admin/people/roles</code></li> </ul> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Adding an icon for vertical dragging </p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3>
issue