Fix focus style for link on product page

This commit is contained in:
Tom Byers
2020-09-14 23:54:04 +01:00
parent efc09e68ea
commit 6ca5745ad5

View File

@@ -47,11 +47,15 @@ $button-shadow-size: $govuk-border-width-form-element;
color: $white;
}
&:hover,
&:active {
&:hover {
color: $light-blue-25;
}
&:active,
&:focus {
color: $govuk-focus-text-colour;
}
}
}