This commit is contained in:
Albert Juhé Lluveras 2020-04-24 15:11:14 +02:00 committed by GitHub
parent 96e8ccf1a4
commit 72c7b38022
1 changed files with 3 additions and 0 deletions

View File

@ -129,6 +129,9 @@ const CartLineItemRow = ( { lineItem } ) => {
className="wc-block-cart-item__remove-icon"
onClick={ removeItem }
>
<span className="screen-reader-text">
{ __( 'Remove item', 'woo-gutenberg-products-block' ) }
</span>
<Icon srcElement={ trash } />
</button>
</td>