ui5-webcomponents icon indicating copy to clipboard operation
ui5-webcomponents copied to clipboard

feat(ui5-input): allow custom icon styling

Open elenastoyanovaa opened this issue 9 months ago • 0 comments

  • 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 new input-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

elenastoyanovaa avatar Apr 30 '24 12:04 elenastoyanovaa