forked from CGM_Public/pretix_original
[A11y] Remove unnecessary "required" help-text in questions-step (#5075)
This commit is contained in:
committed by
GitHub
parent
31bb0f4a91
commit
3e05463486
@@ -6,11 +6,6 @@
|
|||||||
{% load escapejson %}
|
{% load escapejson %}
|
||||||
{% block inner %}
|
{% block inner %}
|
||||||
<p>{% trans "Before we continue, we need you to answer some questions." %}</p>
|
<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 %}
|
{% if profiles_data %}
|
||||||
{{ profiles_data|json_script:"profiles_json" }}
|
{{ profiles_data|json_script:"profiles_json" }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
@@ -141,10 +141,6 @@ output {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.required-legend span {
|
|
||||||
color: $brand-primary;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
.label-required {
|
.label-required {
|
||||||
color: $text-muted;
|
color: $text-muted;
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
Reference in New Issue
Block a user