googlearchive / core-icon

A custom element that display an icon.
https://www.polymer-project.org/docs/elements/core-elements.html#core-icon
10 stars 17 forks source link

Icon position is odd on Safari, fine on Chrome #17

Closed davenotik closed 10 years ago

davenotik commented 10 years ago

Left is Safari, right Chrome: http://d.pr/i/E6om

Has to do with the host: styles for width and height, currently set to 38px.

If set to 40px width and height, it appears fine in Safari, but ugly on Chrome. Not sure what the right solution is.

davenotik commented 10 years ago

Sorry, should be in core-icon-button: https://github.com/Polymer/core-icon-button/issues/7