Skip to content

Commit

Permalink
Merge pull request #379 from alphagov/fix-nav-link-focus
Browse files Browse the repository at this point in the history
Disable focus outline on navigation link
  • Loading branch information
kr8n3r authored Nov 14, 2024
2 parents 769a469 + b287617 commit f612183
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
@@ -1,4 +1,5 @@
## Unreleased
- [Disable focus outline on navigation link](https://github.com/alphagov/tech-docs-gem/pull/379)

## 4.1.0

Expand Down
1 change: 1 addition & 0 deletions lib/assets/stylesheets/modules/_toc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@

a:focus {
text-decoration: none;
outline: none;

span {
@include govuk-focused-text;
Expand Down

0 comments on commit f612183

Please sign in to comment.