From 84eef60dfacd062c8cb61b2cae550cd0e2a52645 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 | 8 +-- libs/blocks/review/review.css | 55 ++++++++++++------- 2 files changed, 39 insertions(+), 24 deletions(-) diff --git a/libs/blocks/review/components/review/Comments.js b/libs/blocks/review/components/review/Comments.js index 8fcb0a3b25..355bd567f8 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, @@ -61,20 +60,19 @@ function Comments({ `; return html`
-