Make WordPress Core

Changeset 62235


Ignore:
Timestamp:
04/15/2026 06:41:30 AM (2 months ago)
Author:
audrasjb
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.

Reviewed by audrasjb, wildworks.
Merges [62232] to the 7.0 branch.

Props abcd95, audrasjb, brianhogg, darshitrajyaguru97, poena, wildworks.
Fixes #65060.

Location:
branches/7.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/7.0

  • branches/7.0/src/wp-admin/css/common.css

    r62214 r62235  
    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.