Fix the focus colour on edit template links

Since the focus background colour is now Design System yellow, the text
should be black for sufficent contrast.

This wasn’t happening because the `:link` selector’s definition had
greater specificity.
This commit is contained in:
Chris Hill-Scott
2020-11-11 14:58:21 +00:00
parent d992f7d472
commit 1a1b3bb9a8

View File

@@ -20,6 +20,10 @@
color: $light-blue-25;
}
&:focus {
color: $govuk-text-colour;
}
}
.edit-template-link-letter-contact {