From 5575b44e78e31a901639183cfa61dfa5b356175b Mon Sep 17 00:00:00 2001 From: Paulo Arromba <17236129+wavvves@users.noreply.github.com> Date: Fri, 6 Jan 2023 15:21:56 +0000 Subject: [PATCH] Context for aria-label on cart quantity controls (#8099) * Aria label context for "Remove item" action on cart * Aria label context for quantity controls on cart --- .../components/quantity-selector/index.tsx | 24 ++++++++++++------- .../cart-line-item-row.tsx | 8 +++++++ 2 files changed, 24 insertions(+), 8 deletions(-) diff --git a/assets/js/base/components/quantity-selector/index.tsx b/assets/js/base/components/quantity-selector/index.tsx index 1076c3c6dd4..c2d20c64b5c 100644 --- a/assets/js/base/components/quantity-selector/index.tsx +++ b/assets/js/base/components/quantity-selector/index.tsx @@ -186,9 +186,13 @@ const QuantitySelector = ( { ) } />