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

[Feature Request]: Dynamic Page title size change

Open Dannysht opened this issue 4 months ago • 3 comments

Feature Request Description

Currently, we are unable to override the default font size except by using a custom CSS. The current implementation is as follows:

  1. ::slotted([ui5-title][slot=“heading”]) { font-size: var(—sapObjectHeader_Title_FontSize); }

  2. :host([size=“H2”]) { font-size: var(—sapFontHeader5Size); }

Note that rule 1 has higher priority than rule 2.

Proposed Solution

The size property should take priority over the heading property.

Proposed Alternatives

No response

Organization

BLDX

Additional Context

No response

Priority

Medium

Privacy Policy

  • [x] I’m not disclosing any internal or sensitive information.

Dannysht avatar Jun 12 '25 13:06 Dannysht