Remove all redundant link CSS

Giving all links the GOVUK Frontend classes, and
the new `govuk-link--destructive` class, means
some styles are already applied.

This strips out those styles.

Note: there's still a good amount of styling, most
of which is to make the focus styles specific to
the space the link is in. These will need
reviewing when GOVUK Frontend is bumped past
version 3 as this brings in new focus styles.
This commit is contained in:
Tom Byers
2020-02-11 22:23:03 +00:00
parent b5af89fe02
commit 6d349b514c
8 changed files with 19 additions and 63 deletions

View File

@@ -6,18 +6,14 @@
&.error {
color: $error-colour;
color: $govuk-error-colour;
font-weight: bold;
a {
color: $error-colour;
}
}
&-cancelled {
@include bold-19;
color: $error-colour;
color: $govuk-error-colour;
}
}