Closed
Description
Before reporting an issue
- I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
admin/ui
Describe the bug
When using Admin > Events > Search events or Admin events form, the filter panel is missing the correct background for the filter overlay. There seems to be a variable missing for the color. This happens with keycloak.v2 default theme in our deployment as well as with a custom theme.
Using the dev tools for a quick check, the following variable seems to be missing / is not set used in the DropdownPanel-*.css.
background-color: var(--pf-v5-global--BackgroundColor--300);
Version
26.2.5
Regression
- The issue is a regression
Expected behavior
The background should be white so the text is readable.
Actual behavior
How to Reproduce?
- Choose the keycloak.v2 theme in realm settings
- Go to Admin > Events > Search events form
Anything else?
No response