Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #64549


Ignore:
Timestamp:
01/23/2026 09:09:32 PM (3 months ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64549

    • Property Focuses accessibility added
    • Property Milestone changed from Awaiting Review to 7.0
  • Ticket #64549 – Description

    initial v1  
    1 This ticket covers the visual reskin of cards, metaboxes, and dashboard widgets in wp-admin as part of the WordPress 7.0 admin visual refresh (#64308).
     1This ticket covers the visual reskin of cards, metaboxes, and dashboard widgets in `wp-admin` as part of the WordPress 7.0 admin visual refresh (#64308).
    22
    3 = Why This Matters =
     3== Why This Matters ==
    44
    5 Cards, metaboxes, and dashboard widgets are the primary layout containers across wp-admin. They appear on the Dashboard, in the post editor, on plugin and theme screens, and throughout settings pages. Container styling influences the entire perceived quality of the admin interface.
     5Cards, metaboxes, and dashboard widgets are the primary layout containers across `wp-admin`. They appear on the Dashboard, in the post editor, on plugin and theme screens, and throughout settings pages. Container styling influences the entire perceived quality of the admin interface.
    66
    77Updating these surfaces creates a strong sense of cohesion between older admin screens and newer block editor interfaces while preserving all existing markup and behavior.
    88
    9 = Proposed Scope =
     9== Proposed Scope ==
    1010
    1111'''Container types:'''
     
    2323 * Internal padding and spacing
    2424
    25 = Key Principles =
     25== Key Principles ==
    2626
    2727 * '''CSS-Only Changes''': No markup or JavaScript modifications
     
    3030 * '''Accessibility''': Collapse toggle buttons retain visible focus states
    3131
    32 = What This Is NOT =
     32== What This Is NOT ==
    3333
    3434 * No changes to collapse behavior or drag-and-drop interactions
     
    3636 * No changes to markup structure
    3737
    38 = Testing Approach =
     38== Testing Approach ==
    3939
    4040Test cards in screens where they are heavily used:
     
    4848Verify collapsed states, drag-and-drop reordering, and focus states on toggle buttons. Test in at least two color schemes (modern and light).
    4949
    50 = Related Resources =
     50== Related Resources ==
    5151
    5252 * Parent ticket: #64308