From d2a8c78ae9d39ac96d1ea49cba31e76b0a1b32a7 Mon Sep 17 00:00:00 2001 From: Joaquin Rivero Date: Wed, 25 Sep 2024 13:44:56 +0800 Subject: [PATCH] Comments accessibility requirements --- .../review/components/review/Comments.js | 10 ++-- libs/blocks/review/review.css | 55 ++++++++++++------- 2 files changed, 40 insertions(+), 25 deletions(-) diff --git a/libs/blocks/review/components/review/Comments.js b/libs/blocks/review/components/review/Comments.js index 8fcb0a3b252..b2f31178ac7 100644 --- a/libs/blocks/review/components/review/Comments.js +++ b/libs/blocks/review/components/review/Comments.js @@ -6,7 +6,6 @@ import { } from '../../../../deps/htm-preact.js'; function Comments({ - label, comment, handleCommentChange, placeholderText, @@ -53,7 +52,7 @@ function Comments({ } const disabledElement = html` - + `; const charCountElement = html` @@ -61,20 +60,19 @@ function Comments({ `; return html`
-