Accessibility fixes

This commit is contained in:
Rachid Mrad 2024-07-01 16:44:13 -04:00
parent c7accbb253
commit 7c5079687e
No known key found for this signature in database
2 changed files with 2 additions and 3 deletions

View file

@ -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();

View file

@ -27,7 +27,6 @@
}
td .no-click-outline-and-cursor-help {
outline: none;
cursor: help;
use {
// USWDS has weird interactions with SVGs regarding tooltips,