hotfix Quality survey button interaction (#1091)
Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
parent
8f8dd5f803
commit
efc25fd4ec
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ export function StarRatingInput({
|
||||||
<label
|
<label
|
||||||
className={styles.hideElement}
|
className={styles.hideElement}
|
||||||
id={"starInvisibleLabel" + String(index)}
|
id={"starInvisibleLabel" + String(index)}
|
||||||
htmlFor={String(index)}
|
htmlFor={"starInput" + String(index)}
|
||||||
>
|
>
|
||||||
{t("{{count}} stars", {
|
{t("{{count}} stars", {
|
||||||
count: index,
|
count: index,
|
||||||
|
@ -69,7 +69,7 @@ export function StarRatingInput({
|
||||||
<label
|
<label
|
||||||
className={styles.starIcon}
|
className={styles.starIcon}
|
||||||
id={"starIcon" + String(index)}
|
id={"starIcon" + String(index)}
|
||||||
htmlFor={String(index)}
|
htmlFor={"starInput" + String(index)}
|
||||||
>
|
>
|
||||||
{index <= (hover || rating) ? (
|
{index <= (hover || rating) ? (
|
||||||
<StarSelected />
|
<StarSelected />
|
||||||
|
|
Loading…
Add table
Reference in a new issue