Opened 2 months ago

Closed 5 weeks ago

Last modified 5 weeks ago

#36873 closed Cleanup/optimization (fixed)

Improve visual aspects of related-widget-wrapper icons.

Reported by: Antoliny Owned by: Antoliny
Component: contrib.admin Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: yes

Description

(Please refer to the discussion in the Discord accessibility channel.)


Currently, the icons in the related-widget-wrapper on the admin page are not visually appealing.
First, they are not vertically aligned with the field, and there seems to be a slight difference in size between the icons. (The "pencil" appears slightly larger, and the "X" appears smaller.)

After adding vertical alignment, making the icon sizes consistent would likely improve the visual appearance.

example...

Attachments (2)

current_related_widget_wrapper_icons.png (95.2 KB ) - added by Antoliny 2 months ago.
after_related_widget_wrapper.png (18.5 KB ) - added by Antoliny 2 months ago.

Download all attachments as: .zip

Change History (15)

comment:1 by Antoliny, 2 months ago

Owner: set to Antoliny
Status: newassigned

by Antoliny, 2 months ago

comment:2 by Jacob Walls, 2 months ago

Triage Stage: UnreviewedAccepted

comment:3 by Antoliny, 7 weeks ago

Keywords: font-awesome added; icon removed

comment:4 by Antoliny, 7 weeks ago

Has patch: set

comment:5 by Jacob Walls, 7 weeks ago

Needs documentation: set

Need a release note for the font-awesome upgrade, like last time.

comment:6 by Antoliny, 6 weeks ago

Needs documentation: unset

comment:7 by Jacob Walls, 6 weeks ago

Patch needs improvement: set

comment:8 by Antoliny, 6 weeks ago

Patch needs improvement: unset

comment:9 by Jacob Walls, 6 weeks ago

Patch needs improvement: set

comment:10 by Jacob Walls, 6 weeks ago

Keywords: font-awesome removed

comment:11 by Jacob Walls, 5 weeks ago

Patch needs improvement: unset
Triage Stage: AcceptedReady for checkin
Version: 6.0dev

comment:12 by Jacob Walls <jacobtylerwalls@…>, 5 weeks ago

Resolution: fixed
Status: assignedclosed

In 9482a41:

Fixed #36873 -- Aligned and normalized stroke width for non-multiple select icons in related-widget-wrapper.

comment:13 by Jacob Walls <jacobtylerwalls@…>, 5 weeks ago

In 69d47f92:

Refs #36873 -- Fixed changelink background image Y position.

Note: See TracTickets for help on using tickets.
Back to Top