You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 28, 2024. It is now read-only.
Description
A use case for
iron-imagecan be to add a box shadow inset in order to render a gradient across the image, such as:Setting this style on
iron-imagewill not render as#sizedImgDivis rendered on top of theiron-imagetags.Expected outcome
Should be able to use box-shadow insets with
iron-imageActual outcome
Box shadow insets is not rendering because they need to be applied to
#sizedImgDivProposed solution
Add a mixin to
#sizedImgDivLet me know if you want a PR.
Browsers Affected