mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 00:33:58 -04:00
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:
@@ -73,7 +73,7 @@
|
|||||||
|
|
||||||
{% macro index_field(text) -%}
|
{% macro index_field(text) -%}
|
||||||
<td class="table-field-index">
|
<td class="table-field-index">
|
||||||
<span class="visually-hidden">Row </span>{{ text }}
|
<span>{{ text }}</span>
|
||||||
</td>
|
</td>
|
||||||
{%- endmacro %}
|
{%- endmacro %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user