-
Notifications
You must be signed in to change notification settings - Fork 279
Open
Labels
Description
Bug Description
We overridden the button theme at the root level, which causes the theme to apply partially to the dynamic header actions—specifically, the button text color is affected. Our goal is to style only the dynamic header action buttons, but this isn’t possible because UI5 web component uses private CSS variables (e.g., --_ui5-v2-11-0_dynamic_page_header-actions-background and --_ui5-v2-11-0_dynamic_page_header-actions-color). Since these variables are private and not intended for theming, creating a custom theme for dynamic page header actions is not feasible.
:root {
--sapButton_Background:red;
--sapButton_TextColor: white;
--sapButton_Lite_TextColor: red;
--sapLinkColor:green;
}
Affected Component
No response
Expected Behaviour
No response
Isolated Example
No response
Steps to Reproduce
...
Log Output, Stack Trace or Screenshots
No response
Priority
None
UI5 Web Components Version
2.16.2
Browser
Chrome
Operating System
all
Additional Context
Organization
SuccessFactors
Declaration
- I’m not disclosing any internal or sensitive information.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In Progress