Fix focus style for task list link

This commit is contained in:
Tom Byers
2020-09-14 23:48:55 +01:00
parent 9c55477512
commit efc09e68ea

View File

@@ -32,8 +32,7 @@ $indicator-colour: $black;
position: relative;
&:focus {
outline: none;
box-shadow: -3px 0 0 0 $focus-colour, 3px 0 0 0 $focus-colour;
box-shadow: inset 0 -4px $govuk-focus-text-colour;
border-color: transparent;
top: -1px;
margin-bottom: -2px;