Skip to content

Commit

Permalink
Merge pull request #5517 from dfe-analytical-services/EES-5285
Browse files Browse the repository at this point in the history
EES-5285 5294 focus styles for tables and table header groups
  • Loading branch information
tomjonesdev authored Jan 10, 2025
2 parents 51e2239 + a16f0a0 commit 9d163a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
width: 100%;

&:focus {
outline: none;
box-shadow: 0 0 0 4px;
outline: $govuk-focus-colour solid $govuk-focus-width;
outline-offset: 4px;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@

&.focused {
border-color: transparent;
box-shadow: inset 0 0 0 4px;
outline: $govuk-focus-colour solid $govuk-focus-width;
outline-offset: -2px;
}

&.dragEnabled:hover {
Expand Down

0 comments on commit 9d163a1

Please sign in to comment.