mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-14 10:58:58 -04:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user