Changes between Initial Version and Version 1 of Ticket #64549
- Timestamp:
- 01/23/2026 09:09:32 PM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64549
- Property Focuses accessibility added
-
Property
Milestone
changed from
Awaiting Reviewto7.0
-
Ticket #64549 – Description
initial v1 1 This ticket covers the visual reskin of cards, metaboxes, and dashboard widgets in wp-adminas part of the WordPress 7.0 admin visual refresh (#64308).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). 2 2 3 = Why This Matters=3 == Why This Matters == 4 4 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.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. 6 6 7 7 Updating these surfaces creates a strong sense of cohesion between older admin screens and newer block editor interfaces while preserving all existing markup and behavior. 8 8 9 = Proposed Scope=9 == Proposed Scope == 10 10 11 11 '''Container types:''' … … 23 23 * Internal padding and spacing 24 24 25 = Key Principles=25 == Key Principles == 26 26 27 27 * '''CSS-Only Changes''': No markup or JavaScript modifications … … 30 30 * '''Accessibility''': Collapse toggle buttons retain visible focus states 31 31 32 = What This Is NOT=32 == What This Is NOT == 33 33 34 34 * No changes to collapse behavior or drag-and-drop interactions … … 36 36 * No changes to markup structure 37 37 38 = Testing Approach=38 == Testing Approach == 39 39 40 40 Test cards in screens where they are heavily used: … … 48 48 Verify collapsed states, drag-and-drop reordering, and focus states on toggle buttons. Test in at least two color schemes (modern and light). 49 49 50 = Related Resources=50 == Related Resources == 51 51 52 52 * Parent ticket: #64308