Revert "Add extra text to label rows for screenreaders"

This reverts commit 549695de4e.

This was not the correct solution to the problem identified.
This commit is contained in:
Chris Hill-Scott
2017-02-23 16:03:50 +00:00
parent 5c683f7946
commit 416bb4d934

View File

@@ -73,7 +73,7 @@
{% macro index_field(text) -%}
<td class="table-field-index">
<span class="visually-hidden">Row </span>{{ text }}
<span>{{ text }}</span>
</td>
{%- endmacro %}