Closed edwardhorsford closed 7 years ago
seem that all of our links when focused maintain their default gov.uk colour
a:link:focus {
color: #005798;
}
and there is no exception for back link. if the consensus is to keep in black on focus that we can add it in.
If you remove the border
property's references to the black, it'll pick up the currentColor
and end up looking like:
I suspect this regression was introduced by this pr: https://github.com/alphagov/govuk_template/pull/272
I think it should stay black. The reason we added the different blue focus colour was so that the contrast met our standards - this isn't a problem with the black links.
got to love the generic a:link:focus
...
This was fixed by #544.
The back link changes to our standard govuk-blue when focused - I presume it should stay black.
Screenshot: