Skip to content

Commit

Permalink
Fixes liferay#1242 - Icons remove pointer-events:none from `.lexico…
Browse files Browse the repository at this point in the history
…n-icon` use attribute `focusable="false" instead for IE11
  • Loading branch information
pat270 committed Oct 17, 2018
1 parent e24c832 commit baa32b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/clay-css/src/scss/components/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
fill: currentColor;
height: $lexicon-icon-size;
margin-top: -3px;
pointer-events: none;
vertical-align: middle;
width: $lexicon-icon-size;
}
Expand Down

0 comments on commit baa32b9

Please sign in to comment.