Skip to content

Commit

Permalink
fix/breadcrumbs-icon-hide-screenreader (#318)
Browse files Browse the repository at this point in the history
* Updated breadcrumbs to hide the right-arrow icon from screen readers

* Reinstating pseudo css and removing the material icon and adding "alternative text" to the pseudo element
  • Loading branch information
laurenhitchon authored Jul 11, 2023
1 parent 42cb193 commit 4a47f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/breadcrumbs/_breadcrumbs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

&::before {
@include material-icons;
content: 'keyboard_arrow_right';
content: 'keyboard_arrow_right' / '';
font-size: rem(map-get($nsw-icon-sizes, 20));
line-height: rem(8px);
display: inline-block;
Expand Down

0 comments on commit 4a47f1d

Please sign in to comment.