Merge pull request #1703 from LeBenLeBen/develop
Completely hide SVG icons to screen readers
This commit is contained in:
Vendored
+1
-1
@@ -111,7 +111,7 @@ const controls = {
|
||||
setAttributes(
|
||||
icon,
|
||||
extend(attributes, {
|
||||
role: 'presentation',
|
||||
'aria-hidden': 'true',
|
||||
focusable: 'false',
|
||||
}),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user