[wp-trac] [WordPress Trac] #64757: Bulk Edit inline wrapper focus border still uses hardcoded old admin color
WordPress Trac
noreply at wordpress.org
Sat Feb 28 07:52:08 UTC 2026
#64757: Bulk Edit inline wrapper focus border still uses hardcoded old admin color
--------------------------+-----------------------------
Reporter: noruzzaman | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
The **Bulk Edit (inline edit)** wrapper inside the Pages list table is
still using a hardcoded border color instead of the updated admin color
tokens introduced in the admin reskin.
Specifically, when `.inline-edit-wrapper` receives focus, it applies:
{{{
.inline-edit-wrapper:focus {
border-color: #2271b1;
box-shadow: 0 0 0 1px #2271b1;
outline: 2px solid transparent;
}
}}}
This does not rely on the updated admin color tokens and results in visual
inconsistency within the admin UI.
== Steps to Reproduce ==
1. Go to **WP Admin → Pages → All Pages**
2. Select one or more pages
3. Choose **Bulk Actions → Edit**
4. Click inside the Bulk Edit panel
5. Inspect the `.inline-edit-wrapper` element
== Expected Result ==
The focus border and box-shadow should use the new admin color tokens
introduced in the admin reskin.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/64757>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list