We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repro jsbin: http://jsbin.com/zuxayik/edit?html,output
The nested svg inside the iron-icon has a thing called nullstyle-scope which I don't think is on purpose:
svg
iron-icon
nullstyle-scope
This is causing rendering issues on IE11 (in the jsbin, the icon is black on IE11, but red in Chrome)
The text was updated successfully, but these errors were encountered:
use class attribute in applyElementScopeSelector
e40877d
className can be a special object in IE Fixes #3285
07d8c06
dfreedm
No branches or pull requests
Repro jsbin: http://jsbin.com/zuxayik/edit?html,output
The nested
svg
inside theiron-icon
has a thing callednullstyle-scope
which I don't think is on purpose:This is causing rendering issues on IE11 (in the jsbin, the icon is black on IE11, but red in Chrome)
The text was updated successfully, but these errors were encountered: