Skip to content

Commit

Permalink
Add underline to focused links
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Sep 2, 2024
1 parent b6daf13 commit e8ae92b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Use `aria-multiselectable` attribute for accordions that can have multiple items open
- Increase thickness of underline for focused links for when the focus indicator doesn't provide sufficient contrast with the background

### Security

Expand Down
1 change: 1 addition & 0 deletions src/nationalarchives/utilities/typography/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ a {
}

&:hover,
&:focus,
&:active {
@include typography.interacted-text-decoration;
}
Expand Down

0 comments on commit e8ae92b

Please sign in to comment.