Opened 8 years ago
Closed 8 years ago
#31427 closed defect (bug) (fixed)
jQuery UI autocomplete style broken
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.2 | Priority: | normal |
Severity: | normal | Version: | 4.1 |
Component: | General | Keywords: | has-patch |
Focuses: | ui, administration | Cc: |
Description
The update to jQuery UI 1.11.2 (#29833) broke the style of the autocomplete. The .ui-state-focus
background change isn't working and the area for each option is smaller than it used to be.
This is happening because the <a> tag inside <li> has been removed. It is necessary to update wp-admin/css/forms.css to reflect this change.
The attached patch fixes this problem. CSS is not my area of expertise so I might be missing something.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Going a little further with the commit, since it looks kind of sad even with the fixes. Looks like this, feel free to re-open if there are objections:
(I'm aware of the tiny gap on the left, but it looks better than a double border.)