Skip to content

Commit

Permalink
fix(focus): chrome disregard of our focus visible outline value
Browse files Browse the repository at this point in the history
- for some reason solid didn't work while auto does also on the footer logos
  • Loading branch information
ichim-david committed Jun 13, 2023
1 parent d45f294 commit af75079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/themes/eea/globals/site.variables
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
--------------------*/

/* Global focus-visible for accessibility */
@focusVisibleOutline: .2rem solid var(--focus-visible, @blue-3);
@focusVisibleOutline: .2rem auto var(--focus-visible, @blue-3);

/* Used on inputs, textarea etc */
@focusedFormBorderColor: @secondaryColor;
Expand Down

0 comments on commit af75079

Please sign in to comment.