Skip to content

Commit 6f6b108

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. Props abcd95, audrasjb, brianhogg, darshitrajyaguru97, poena, wildworks. Fixes #65060. Built from https://develop.svn.wordpress.org/trunk@62232 git-svn-id: http://core.svn.wordpress.org/trunk@61512 1a063a9b-81f0-0310-95a4-ce76da25c4cd
1 parent 082e987 commit 6f6b108

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

wp-admin/css/common-rtl.css

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

wp-admin/css/common-rtl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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;

wp-admin/css/common.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wp-includes/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @global string $wp_version
1818
*/
19-
$wp_version = '7.1-alpha-62231';
19+
$wp_version = '7.1-alpha-62232';
2020

2121
/**
2222
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

0 commit comments

Comments
 (0)