[A11y] Remove unnecessary "required" help-text in questions-step (#5075)

This commit is contained in:
Richard Schreiber
2025-05-06 18:20:26 +02:00
committed by GitHub
parent 31bb0f4a91
commit 3e05463486
2 changed files with 0 additions and 9 deletions

View File

@@ -6,11 +6,6 @@
{% load escapejson %}
{% block inner %}
<p>{% trans "Before we continue, we need you to answer some questions." %}</p>
<p class="required-legend" aria-hidden="true">
{% blocktrans trimmed %}
You need to fill all fields that are marked with <span>*</span> to continue.
{% endblocktrans %}
</p>
{% if profiles_data %}
{{ profiles_data|json_script:"profiles_json" }}
{% endif %}

View File

@@ -141,10 +141,6 @@ output {
}
}
.required-legend span {
color: $brand-primary;
font-weight: bold;
}
.label-required {
color: $text-muted;
display: block;