Skip to content

Commit

Permalink
Fix toggle button missing focus style
Browse files Browse the repository at this point in the history
  • Loading branch information
querkmachine committed Aug 15, 2024
1 parent 65e0e94 commit 2f46002
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@
cursor: pointer;
align-items: center;

&:focus {
@include govuk-focused-text;
}

&::after {
@include govuk-shape-arrow($direction: down, $base: 10px, $display: inline-block);
content: "";
Expand Down

0 comments on commit 2f46002

Please sign in to comment.