Links do not align properly in Views UI field/sort rearrange dialog

Created on 21 July 2023, over 1 year ago
Updated 25 January 2024, 11 months ago

Problem/Motivation

When in the Fields -> Rearrange dialog window of the Views backend, the "Remove" links do not align properly with the column header.

Steps to reproduce

  1. Install the latest version of Drupal
  2. (If 🐛 Views 'Rearrange' dialog show the 'Remove' checkbox, which should be visually hidden Fixed is not yet committed, apply patch #15.)
  3. Go to Structure -> Views -> "Comments" (for example)
  4. Click the dropdown icon next to Fields - Add and click Rearrange
  5. You will see that the "Remove" links behind every field do not line up properly to the column header ("Remove")

Proposed resolution

Add a few lines to core/themes/claro/css/components/views-ui.css:

html.js .views-ui-dialog .draggable .form-type--checkbox {
  display: none;
}

Remaining tasks

User interface changes

Improved alignment of "Remove" links in the Views UI dialog.

🐛 Bug report
Status

Fixed

Version

10.2

Component
Claro 

Last updated 2 days ago

Created by

🇳🇱Netherlands tinto Amsterdam

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024