Merge pull request #3664 from alphagov/fix-template-controls-for-screenreaders

Fix template controls for screenreaders
This commit is contained in:
Tom Byers
2020-10-06 14:02:27 +01:00
committed by GitHub
4 changed files with 274 additions and 104 deletions

View File

@@ -176,6 +176,17 @@ $message-type-bottom-spacing: govuk-spacing(4);
}
.sticky-template-form {
padding: govuk-spacing(3);
margin: govuk-spacing(3) * -1;
&:focus {
outline: none;
}
}
.folder-heading {
.govuk-grid-row & {