Make WordPress Core

Changeset 62232


Ignore:
Timestamp:
04/14/2026 10:45:04 AM (13 hours ago)
Author:
wildworks
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/common.css

    r62206 r62232  
    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 */
Note: See TracChangeset for help on using the changeset viewer.