Skip to content

Commit

Permalink
fix: language button label not accessible to screen readers (#175)
Browse files Browse the repository at this point in the history
Resolves #174.
  • Loading branch information
greatislander committed Jan 22, 2020
1 parent 9075f96 commit c076591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/styles/components/_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ nav {
}

.menu-item--languages .menu__label {
display: none;
@include visually-hidden();
}

.menu-item--languages .icon--language {
Expand Down

0 comments on commit c076591

Please sign in to comment.