Skip to content

Commit 068f80c

Browse files
committed
Administration: Fix focus outline being cut off for the metabox collapse and move buttons.
Fixes an issue where the focus outline on metabox collapse buttons and move handles was being clipped. Reviewed by audrasjb, wildworks. Merges [62232] to the 7.0 branch. Props abcd95, audrasjb, brianhogg, darshitrajyaguru97, poena, wildworks. Fixes #65060. git-svn-id: https://develop.svn.wordpress.org/branches/7.0@62235 602fd350-edb4-49c9-b593-d223f7449a82
1 parent f57dba3 commit 068f80c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/css/common.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3340,7 +3340,7 @@ img {
33403340
.postbox .handle-order-higher:focus,
33413341
.postbox .handle-order-lower:focus,
33423342
.postbox .handlediv:focus {
3343-
box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color);
3343+
box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color);
33443344
border-radius: 50%;
33453345
/* Only visible in Windows High Contrast mode */
33463346
outline: 2px solid transparent;

0 commit comments

Comments
 (0)