Skip to content

Commit

Permalink
Prevent aria-hidden button receiving focus (#15137) (#15320)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson authored Oct 18, 2024
1 parent d29d782 commit e015d6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<circle class="wednesday-circle light-green circle3" cx="719.996" cy="123" r="372" fill="#D1FFEE" />
<circle cx="719.996" cy="123" r="283" fill="#2AC3A2" />
</svg>
<button class="animated-button ctd-logo-sprite">Challenge the default</button>
<button class="animated-button ctd-logo-sprite" tabindex="-1">Challenge the default</button>
{{ resp_img(
url='img/firefox/challenge-the-default/is-wednesday.png',
optional_attributes={
Expand Down

0 comments on commit e015d6c

Please sign in to comment.