Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
fix(Icons): Prevent icons from being focusable in IE11
Browse files Browse the repository at this point in the history
  • Loading branch information
diondiondion committed Jan 15, 2020
1 parent c5c648a commit e339d48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/icons/BaseSvg.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const iconSize = 18;

const Svg = styled.svg.attrs({
role: 'presentation',
focusable: 'false',
})`
display: inline-block;
vertical-align: middle;
Expand Down

0 comments on commit e339d48

Please sign in to comment.