[wp-trac] [WordPress Trac] #65060: Formatting issue on expand/collapse meta box area focus
WordPress Trac
noreply at wordpress.org
Sat Apr 11 02:52:58 UTC 2026
#65060: Formatting issue on expand/collapse meta box area focus
--------------------------+---------------------
Reporter: brianhogg | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 7.0
Component: Formatting | Version: trunk
Severity: normal | Resolution:
Keywords: admin-reskin | Focuses:
--------------------------+---------------------
Changes (by wildworks):
* keywords: => admin-reskin
* milestone: Awaiting Review => 7.0
Comment:
Thanks for the report. I believe this problem was caused by #64644. This
is because #64644 changed the focused state as follows:
From:
{{{
.postbox .handle-order-higher:focus,
.postbox .handle-order-lower:focus,
.postbox .handlediv:focus {
box-shadow: inset 0 0 0 2px #2271b1;
}
}}}
To:
{{{
.postbox .handle-order-higher:focus,
.postbox .handle-order-lower:focus,
.postbox .handlediv:focus {
box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var
(--wp-admin-theme-color);
}
}}}
Note that the `inset` has been removed.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/65060#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list