Fix focus style on 'show more' links

This commit is contained in:
Tom Byers
2020-09-14 22:24:23 +01:00
parent ec67bb2819
commit 322dab8415

View File

@@ -10,15 +10,14 @@
&:focus {
outline: none;
color: $text-colour;
box-shadow: 0 -10px 0 0 $yellow;
border-color: $yellow;
border-color: transparent;
/* override default focus style to increase top yellow box-shadow */
box-shadow: 0 -15px $govuk-focus-colour, 0 4px $govuk-focus-text-colour;
span {
background: $yellow;
outline: none;
border-color: $text-colour;
border-color: transparent;
background-color: transparent;
}
}