ui5-webcomponents
ui5-webcomponents copied to clipboard
feat(ui5-input): allow custom icon styling
- Introduce common css styles for input icons in order to be reused by applications using custom icons in the input component as a slot.
- Adapt existing component which used to add
input-icon
html attribute to reuse the input icon styling with the newinput-icon
class - InputIcon.css is reused in the InputIcon.module.css rather than copying the whole styles.
The approach is from #8182 .
FIXES: #6132 FIXES: #7641