Skip to content

Commit

Permalink
remove boxshadow from focus state to support a line break (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmakuch authored May 2, 2023
1 parent 2875ac4 commit 250f0bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
background-color: var(--gcds-error-summary-focus-link-background-color);
color: var(--gcds-error-summary-focus-link-text);
text-decoration: none;
box-shadow: var(--gcds-error-summary-focus-link-box-shadow);
box-shadow: none;
outline-offset: var(--gcds-error-summary-focus-link-outline-offset);
outline: var(--gcds-error-summary-focus-link-outline);
}
Expand Down

0 comments on commit 250f0bd

Please sign in to comment.