Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
Hide button from screen readers and remove unused span
Browse files Browse the repository at this point in the history
  • Loading branch information
rayestrada committed Nov 16, 2023
1 parent 98e0389 commit 718fb55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ <h1 class="main-heading" data-test="main-header">{{ $translation.homepage.header
<div class="input-buttons-group">
<input type="text" class="state-input" id="state-input" autocomplete="off" placeholder="{{ $translation.homepage.state_selection__placeholder }}">
<div class="input-control-container">
<button id="state-dropdown-btn" tabindex="-1" class="dropdown-btn" type="button" aria-label="Toggle the state list"></button>
<span class="btn-divider"></span>
<button id="state-dropdown-btn" tabindex="-1" class="dropdown-btn" type="button" aria-hidden="true"></button>
</div>
</div>
<nav id="state-results-container" hidden>
Expand Down

0 comments on commit 718fb55

Please sign in to comment.