﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	focuses
65444	Align admin CSS border-radius values with design system tokens	dervishov		"Several admin CSS files use legacy `border-radius` values (3px, 5px, 9px, 10px, 11px) that don't match the design system scale defined in `_tokens.scss` (1px, 2px, 4px, 8px, 12px, 9999px).

This creates subtle visual inconsistency across the admin interface. For example, the customizer save button uses 3px while standard buttons use 2px, and admin menu notification badges use 9px while dashboard widgets use 8px.     

The fix aligns all non-standard values to their nearest design token:                                                                                                                                                                 
  - 3px → 2px (`radius-s`) — 10 locations                                                                                                                                                                                                 
  - 5px → 4px (`radius-m`) — 3 locations                                                                                                                                                                                                  
  - 9px → 8px (`radius-l`) — 1 location                                                                                                                                                                                                   
  - 10px → 8px (`radius-l`) — 1 location                                                                                                                                                                                                  
  - 11px → 12px (`radius-30`) — 1 location                                                                                                                                                                                                

7 files, 16 replacements. Differences are 1px, barely perceptible but bring the admin in line with the design system.                                                                                                                 

GitHub PR: https://github.com/WordPress/wordpress-develop/pull/12139              "	defect (bug)	new	normal	Awaiting Review	Administration		normal		has-patch		css
