Skip to content

Commit

Permalink
Remove fix for skiplink
Browse files Browse the repository at this point in the history
  • Loading branch information
tombye committed Nov 17, 2022
1 parent 2e83ded commit 80ef9f9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/assets/stylesheets/govuk-frontend/overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,3 @@ $notify-secondary-button-hover-colour: govuk-shade(govuk-colour("light-grey"), 1

}
}

// Fix issue with skiplink solved in v3.7.0
// TODO: remove this once we've upgraded past v3.7.0
.govuk-skip-link:focus {
outline-offset: 0;
}

0 comments on commit 80ef9f9

Please sign in to comment.