mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 08:22:18 +02:00
Accessibility fixes
This commit is contained in:
parent
c7accbb253
commit
7c5079687e
2 changed files with 2 additions and 3 deletions
|
@ -1189,7 +1189,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||
data-position="top"
|
||||
title="${domain.get_state_help_text}"
|
||||
focusable="true"
|
||||
aria-label="Status Information"
|
||||
aria-label="${domain.get_state_help_text}"
|
||||
role="tooltip"
|
||||
>
|
||||
<use aria-hidden="true" xlink:href="/public/img/sprite.svg#info_outline"></use>
|
||||
|
@ -1334,7 +1334,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||
|
||||
// Disable the auto scroll
|
||||
scrollToTable = false;
|
||||
|
||||
|
||||
loadDomains(1, 'id', 'asc');
|
||||
resetHeaders();
|
||||
updateStatusIndicator();
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
}
|
||||
|
||||
td .no-click-outline-and-cursor-help {
|
||||
outline: none;
|
||||
cursor: help;
|
||||
use {
|
||||
// USWDS has weird interactions with SVGs regarding tooltips,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue