Mini cart quantity is invisible
-
I just updated to Woo 10.0.3 and the mini cart quantity field is invisible.
Specifically, the html output on the page is:
<span class="wc-block-mini-cart__badge">1</span>And the CSS that Woo includes for this:
:where(.wc-block-mini-cart__badge) {
background-color: transparent;
color: transparent
}The code is in: /wp-content/plugins/woocommerce/assets/client/blocks/mini-cart.css?ver=wc-10.0.3:1
Useful content should not be set to transparent. This is a WCAG failure of the text minimum contrast.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
The topic ‘Mini cart quantity is invisible’ is closed to new replies.