Commit df02d62e2d4 for woocommerce

commit df02d62e2d41e9007da44cb87fea2b7a9551f55c
Author: Jill Q. <jill.quek@automattic.com>
Date:   Wed Apr 29 23:10:16 2026 +0800

    Link meta box radius bridge to upstream Trac ticket #65142 (#64454)

    Filed https://core.trac.wordpress.org/ticket/65142 proposing Core
    rounds editor .postbox containers to match the dashboard widget
    pattern shipped in WP 7.0. Updated the TODO comment in admin.scss
    so whoever touches this code next knows where to track upstream
    progress (and when to remove the Woo-side bridge).

    Follow-up to #64191.

    Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

diff --git a/plugins/woocommerce/changelog/tweak-metabox-radius-trac-link b/plugins/woocommerce/changelog/tweak-metabox-radius-trac-link
new file mode 100644
index 00000000000..9f2c1f4845f
--- /dev/null
+++ b/plugins/woocommerce/changelog/tweak-metabox-radius-trac-link
@@ -0,0 +1,4 @@
+Significance: patch
+Type: tweak
+
+Link the meta box border-radius bridge CSS to its upstream Trac ticket so future maintainers know when to remove it.
diff --git a/plugins/woocommerce/client/legacy/css/admin.scss b/plugins/woocommerce/client/legacy/css/admin.scss
index aa08c5ff83d..c4ec496cf73 100644
--- a/plugins/woocommerce/client/legacy/css/admin.scss
+++ b/plugins/woocommerce/client/legacy/css/admin.scss
@@ -8497,8 +8497,8 @@ table.bar_chart {
 	// ourselves, scoped to Woo editor screens, as a bridge until Core unifies
 	// this.
 	//
-	// TODO: Remove these rules when Core rounds editor .postbox containers
-	// (upstream Trac ticket to be filed).
+	// TODO: Remove these rules when Core rounds editor .postbox containers.
+	// Upstream proposal: https://core.trac.wordpress.org/ticket/65142
 	&.post-type-product,
 	&.post-type-shop_order,
 	&.post-type-shop_coupon,