From e7a35c08ed62b6b65bdb265cb75af81ee1062965 Mon Sep 17 00:00:00 2001 From: Nick Colley Date: Wed, 14 Jun 2017 14:20:40 +0100 Subject: [PATCH] Revert Add text-decoration-skip: ink to all links on GOV.UK We added underline skipping to hopefully make some content easier to read but looking at some examples as seen at https://github.com/alphagov/govuk_template/issues/313 Chrome does a poor job of rendering underlines resulting in potentially confusing underlines that look like punctuation This revert puts our links back to the 'boring' state of doing nothing special. --- source/assets/stylesheets/_basic.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/source/assets/stylesheets/_basic.scss b/source/assets/stylesheets/_basic.scss index 615c2f55..5367cb32 100644 --- a/source/assets/stylesheets/_basic.scss +++ b/source/assets/stylesheets/_basic.scss @@ -80,7 +80,6 @@ fieldset { a:link { color: $link-colour; - text-decoration-skip: ink; } a:visited {