Test passed, good time to commit

This commit is contained in:
Jonathan Bobel
2023-06-16 14:55:24 -04:00
parent 618ac6df8d
commit f266084ddb
50 changed files with 110 additions and 104 deletions

View File

@@ -103,7 +103,7 @@
<div class="govuk-footer__meta">
<div class="govuk-footer__meta-item govuk-footer__meta-item--grow">
<h2 class="govuk-visually-hidden">Support links</h2>
<h2 class="usa-sr-only">Support links</h2>
<div class="govuk-footer__meta-custom">
Built by the <a href="https://www.gsa.gov/about-us/organization/federal-acquisition-service/technology-transformation-services/tts-solutions"
class="govuk-footer__link">Technology Transformation Services</a>

View File

@@ -3595,7 +3595,7 @@ only screen and (min-resolution: 2dppx) {
clear: both
}
.govuk-visually-hidden {
.usa-sr-only {
position: absolute !important;
width: 1px !important;
height: 1px !important;
@@ -3609,7 +3609,7 @@ only screen and (min-resolution: 2dppx) {
white-space: nowrap !important
}
.govuk-visually-hidden-focusable {
.usa-sr-only-focusable {
position: absolute !important;
width: 1px !important;
height: 1px !important;
@@ -3621,8 +3621,8 @@ only screen and (min-resolution: 2dppx) {
white-space: nowrap !important
}
.govuk-visually-hidden-focusable:active,
.govuk-visually-hidden-focusable:focus {
.usa-sr-only-focusable:active,
.usa-sr-only-focusable:focus {
position: static !important;
width: auto !important;
height: auto !important;

File diff suppressed because one or more lines are too long