Skip to content

Commit

Permalink
Fix focus state in modal
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ju committed Aug 7, 2019
1 parent ab95dcd commit d01dc55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ $govuk-modal-wide-breakpoint: $govuk-page-width + $govuk-modal-margin * 2 + $gov
}

.gem-c-modal-dialogue__header {
padding: 8px govuk-spacing(3) 10px;
padding: 9px govuk-spacing(3) 10px;
color: govuk-colour("white");
background: govuk-colour("black");
}
Expand Down

0 comments on commit d01dc55

Please sign in to comment.