Skip to content
Snippets Groups Projects
Unverified Commit 888c879c authored by Alexis BENOIT's avatar Alexis BENOIT Committed by GitHub
Browse files

[A11Y] Masquer les icônes des lecteurs d'écran (#689)

parent e7f32ba1
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,6 @@
@include icon(arrow-down-s-line, before)
font-size: pxToRem(25)
order: 2
speak: none
// When collapse is closed
&[aria-expanded="false"]
&::after
......
......@@ -14,7 +14,7 @@
@mixin icon($icon-name: '', $pseudo-element: before, $non-breaking: false)
&::#{$pseudo-element}
content: map-get($icons, $icon-name)
content: map-get($icons, $icon-name) #{/ ""} // Add / "" to hide from screen reader
font-family: 'Icon'
font-style: normal
font-variant: normal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment