Skip to content

Commit

Permalink
DBC22-2729: Accessibility for BCeID info tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
minORC authored and wmuldergov committed Sep 17, 2024
1 parent 61585c2 commit 76daeb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/Modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default function Modal() {
<span>What is a BCeID?</span>

<OverlayTrigger placement="top" overlay={tooltipBCeID}>
<span className="tooltip-info">?</span>
<button className="tooltip-info" aria-label="BCeID tooltip" aria-describedby="tooltipBCeID">?</button>
</OverlayTrigger>
</div>
</form>
Expand Down
1 change: 1 addition & 0 deletions src/frontend/src/Modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
background-color: $Type-Secondary;
padding: 0 6px;
border-radius: 18px;
border: none;
font-size: 0.75rem;

&:hover {
Expand Down

0 comments on commit 76daeb0

Please sign in to comment.