Skip to content

Commit

Permalink
Merge pull request #346 from alphagov/fix-focus-outline
Browse files Browse the repository at this point in the history
Fix focus outline on form fields in Chrome / Safari
  • Loading branch information
robinwhittleton committed Nov 11, 2016
2 parents 910d9b6 + 9f67991 commit c3ab36d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"express": "4.13.3",
"express-nunjucks": "^0.9.3",
"express-writer": "0.0.4",
"govuk_template_jinja": "0.19.0",
"govuk_template_jinja": "0.19.1",
"grunt": "^0.4.2",
"grunt-cli": "0.1.13",
"grunt-concurrent": "^0.4.3",
Expand Down
1 change: 1 addition & 0 deletions public/sass/elements/_govuk-template-base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,5 @@ textarea:focus,
select:focus,
button:focus {
outline: 3px solid $focus-colour;
outline-offset: 0;
}

0 comments on commit c3ab36d

Please sign in to comment.