alphagov / tech-docs-gem

Gem to distribute the tech docs project
https://tdt-documentation.london.cloudapps.digital/
MIT License
15 stars 38 forks source link

Update GOV.UK Frontend and use new link styles #232

Closed lfdebrux closed 3 years ago

lfdebrux commented 3 years ago

GOV.UK Frontend v3.12.0 comes with new (optional) link styles that are designed to be easier to read and to have a clearer hover state [1].

This PR updates the govuk-frontend npm package from 3.6.0 to 3.12.0 and opts-in to the new link styles for the tech-docs-gem stylesheet. We also refactor the table of contents navigation and search results links to use new the new link style mixins [2] so that they are styled consistently with other links.

Note that this commit makes a small design change; search result links are now underlined when not hovered.

Part of https://github.com/alphagov/govuk-design-system/issues/1641