accessibility amends misc

This commit is contained in:
2024-02-19 16:54:56 +00:00
parent cf04ceba50
commit c98e05d549
15 changed files with 569 additions and 523 deletions
+4 -4
View File
@@ -497,7 +497,7 @@ const SearchResults = (props) => {
.length >
0 ==
true ? (
<span
<button
className="govuk-summary-list__actionLink watched_link"
onClick={() => {
confirm(
@@ -521,9 +521,9 @@ const SearchResults = (props) => {
)}
>
<span className="eye"></span>
</span>
</button>
) : (
<span
<button
className="govuk-summary-list__actionLink watchLink"
onClick={() => {
confirm(
@@ -546,7 +546,7 @@ const SearchResults = (props) => {
)}
>
<span className="eye"></span>
</span>
</button>
)}
</dd>
)}