Opened 15 years ago

Closed 13 years ago

Last modified 13 years ago

#11434 closed (fixed)

AdminInterface filter_horizontal add/remove buttons have big focus borders

Reported by: defaultwombat Owned by: nobody
Component: contrib.admin Version: 1.0
Severity: Keywords: css filter_horizontal selector-add selector-remove
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The filter_horizontal widget used e.g. for Permissions has disturbing focus borders due to the text-indent.

using "overflow: hidden" for .selector-add and .selector-remove, should solve this, making it easier to use the widget.

Attachments (1)

20090708_widget.css.diff (353 bytes ) - added by defaultwombat 15 years ago.
Patch for widgets.css

Download all attachments as: .zip

Change History (4)

by defaultwombat, 15 years ago

Attachment: 20090708_widget.css.diff added

Patch for widgets.css

comment:1 by Russell Keith-Magee, 14 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Ramiro Morales, 13 years ago

Resolution: fixed
Status: newclosed

(In [15144]) Fixed #11434 -- Corrected style of arrow buttons located at the center of filter_{horizontal|vertical} m2m widgets to not give them focus borders that span from the left page border. Thanks defaultwombat for the report and patch.

comment:3 by Ramiro Morales, 13 years ago

(In [15181]) [1.2.X] Fixed #11434 -- Corrected style of arrow buttons located at the center of filter_{horizontal|vertical} m2m widgets to not give them focus borders that span from the left page border. Thanks defaultwombat for the report and patch.

Backport of [15144] from trunk.

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