Remove external link styling

The external link icon, and associated mixin, were deprecated in
https://github.com/alphagov/govuk_frontend_toolkit/pull/293

This means we can’t and shouldn’t use them any more.
This commit is contained in:
Chris Hill-Scott
2016-12-19 10:25:05 +00:00
parent e62bd2a018
commit 31d03acc11

View File

@@ -150,14 +150,6 @@ td {
margin-bottom: 5px;
}
a[rel='external'] {
@include external-link-default;
@include external-link-16;
@include media(tablet) {
@include external-link-19;
}
}
.hint {
color: $secondary-text-colour;
}