mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 13:09:41 +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"
|
data-position="top"
|
||||||
title="${domain.get_state_help_text}"
|
title="${domain.get_state_help_text}"
|
||||||
focusable="true"
|
focusable="true"
|
||||||
aria-label="Status Information"
|
aria-label="${domain.get_state_help_text}"
|
||||||
role="tooltip"
|
role="tooltip"
|
||||||
>
|
>
|
||||||
<use aria-hidden="true" xlink:href="/public/img/sprite.svg#info_outline"></use>
|
<use aria-hidden="true" xlink:href="/public/img/sprite.svg#info_outline"></use>
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
td .no-click-outline-and-cursor-help {
|
td .no-click-outline-and-cursor-help {
|
||||||
outline: none;
|
|
||||||
cursor: help;
|
cursor: help;
|
||||||
use {
|
use {
|
||||||
// USWDS has weird interactions with SVGs regarding tooltips,
|
// USWDS has weird interactions with SVGs regarding tooltips,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue