-
Notifications
You must be signed in to change notification settings - Fork 278
Labels
Description
Describe the bug
this component has a structure of
- ui5-li-group
- shadow-root
- part header
- shadow-root
- part title
However, css selector [ui5-li-group]::part(title) doesn't work
Isolated Example
https://stackblitz.com/edit/github-j8xf4qvj-sficempu?file=src%2FApp.tsx
Reproduction steps
- Open the example and inspect the group header
- Find the
<span>withpart="title" - The customized css style is not applied
Expected Behaviour
customized style can work, or the <span> with part="title" can come with width 100%.
In my case, I want the header to take full width, so the button can be aligned to the right side
Screenshots or Videos
No response
UI5 Web Components for React Version
2.19.0
UI5 Web Components Version
2.19.0
Browser
Chrome
Operating System
No response
Additional Context
No response
Relevant log output
Organization
SF
Declaration
- I’m not disclosing any internal or sensitive information.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Completed