[wp-trac] [WordPress Trac] #64922: WP 7.0 beta 5 and 6 <> WooCommerce Product Bundles 8.5.6 - no visual checkmark in some checkboxes
WordPress Trac
noreply at wordpress.org
Sat Mar 28 23:21:44 UTC 2026
#64922: WP 7.0 beta 5 and 6 <> WooCommerce Product Bundles 8.5.6 - no visual
checkmark in some checkboxes
------------------------------------------------+------------------------
Reporter: kkarpieszuk | Owner: joedolson
Type: defect (bug) | Status: accepted
Priority: normal | Milestone: 7.0
Component: General | Version: trunk
Severity: normal | Resolution:
Keywords: has-screenshots admin-reskin close | Focuses: ui, css
------------------------------------------------+------------------------
Comment (by joedolson):
While this is connected to the changes in core CSS, it's not because the
CSS variable isn't set, and adding a fallback value wouldn't fix anything.
The colors are just being overridden by the plugin.
It's because the old styles used a white background on checkboxes, so
setting the background to white wasn't a problem previously.
The styles are being too aggressively applied to all `input` types, but
the core checkbox and radio types don't use `color` to set their text
color; they use generated content.
The only reasonable fix we could make for this would be revert the color
inversion or increase the specificity of the core styles. I don't think
either of those are viable, so I'm inclined to agree that this should be
closed.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/64922#comment:9>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list