Opened 3 weeks ago

Closed 13 days ago

#37009 closed Cleanup/optimization (fixed)

Filter action icons in the admin changelist are slightly misaligned vertically

Reported by: Kim Yeongbin Owned by: Jacob Walls <jacobtylerwalls@…>
Component: contrib.admin Version: 6.0
Severity: Normal Keywords: css
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: yes

Description

The 'Show counts' / 'Hide counts' icons aren't perfectly aligned vertically with text in the extra actions area. This PR fixes the alignment specifically for #changelist-filter-extra-actions.

Change History (9)

comment:1 by Kim Yeongbin, 3 weeks ago

Has patch: set

comment:2 by Kim Yeongbin, 3 weeks ago

Easy pickings: set

comment:3 by Jacob Walls, 3 weeks ago

Triage Stage: UnreviewedAccepted
Type: BugCleanup/optimization

comment:4 by Tim McCurrach, 2 weeks ago

Patch needs improvement: set

comment:5 by Lennart Trumpler, 2 weeks ago

Hi, I would like to work on this ticket as a first contribution. Can I go ahead on this?

comment:6 by Nithya Sri S, 2 weeks ago

Hi, I would like to work on this issue as a first contribution.
Could you please confirm if it is still available?

comment:7 by Jacob Walls, 2 weeks ago

No, there's already a PR, see the pull request field or search on GitHub.

comment:8 by Jacob Walls, 13 days ago

Keywords: admin removed
Patch needs improvement: unset
Triage Stage: AcceptedReady for checkin

comment:9 by Jacob Walls <jacobtylerwalls@…>, 13 days ago

Owner: set to Jacob Walls <jacobtylerwalls@…>
Resolution: fixed
Status: newclosed

In dadf5df6:

Fixed #37009 -- Fixed alignment of "Show/Hide counts" icons in admin changelist.

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