Skip to content

Commit

Permalink
fix: remove unnecessary aria-hidden (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed Nov 2, 2020
1 parent 73d7639 commit 5038363
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/picker/components/Picker/Picker.html
Expand Up @@ -95,8 +95,7 @@
</button>
{/each}
</div>
<div class="indicator-wrapper"
aria-hidden="true">
<div class="indicator-wrapper">
<div class="indicator"
style={indicatorStyle}
use:calculateIndicatorWidth>
Expand Down

0 comments on commit 5038363

Please sign in to comment.