Make hint text focus colour match link

This commit is contained in:
Tom Byers
2020-10-27 15:22:57 +00:00
parent ae24f7b707
commit 0aa1dd89e9

View File

@@ -123,8 +123,8 @@ $message-type-bottom-spacing: govuk-spacing(4);
}
& + .template-list-item-hint,
& + .message-type {
color: #505A5F; /* TO DO: replace with $govuk-secondary-text-colour when GOVUK Frontend is past 3.x.x */
.message-type {
color: $govuk-text-colour;
}
}