mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 21:33:12 -04:00
Test passed, good time to commit
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user