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

fix(ui5-avatar): remove redundant placeholder variables from horizon themes

Open kgogov opened this issue 7 months ago • 0 comments

Remove --ui5-avatar-placeholder and --ui5-avatar-placeholder-color variables from horizon theme variants as they duplicate the base theme values.

The base Avatar-parameters.css already defines these variables correctly using

  • --sapContent_ImagePlaceholderBackground
  • --sapContent_ImagePlaceholderForegroundColor

as per design specification.

Fixes: #11750

kgogov avatar Jun 19 '25 13:06 kgogov