Skip to content

Commit

Permalink
updated govuk-reset scss file to apply custom focus style to .govuk-d…
Browse files Browse the repository at this point in the history
…etails__summary component
  • Loading branch information
sarahcrack committed Nov 20, 2024
1 parent ee3d9ee commit cc7c0dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/webpacker/styles/govuk-reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ h2.govuk-error-summary__title {
.govuk-label {
@include font;
}

.govuk-details .govuk-details__summary {
&:focus {
@extend .link;
}
}

0 comments on commit cc7c0dd

Please sign in to comment.