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 19, 2024. It is now read-only.
We have a scenario where we have a styleguide requiring this setup to group an input-element and a button-element together, where the input has rounded corners left hand side, and the button has rounded corners right hand side.
Resulting in a ruined UI, because the markup is not correct. I am reluctant to create a "hack" for this, using the iron-input selector, is there a better way to fix this?
We have a scenario where we have a styleguide requiring this setup to group an
input-element and abutton-element together, where the input has rounded corners left hand side, and the button has rounded corners right hand side.But with
iron-inputrequires this markup:Resulting in a ruined UI, because the markup is not correct. I am reluctant to create a "hack" for this, using the
iron-inputselector, is there a better way to fix this?Possibly related to #118
cc @estene