Open larsl-net opened 1 month ago
I was able to build simple a workaround with the following custom CSS, which works for the source icons in the authentication flow and the user settings. Maybe there are more points where the colors are inverted, and this is only tested with version 2024.8.2
.
/* User customisable */
@media (prefers-color-scheme: dark){
body > ak-flow-executor > ak-locale-context > div.pf-c-page__drawer.style-scope.ak-flow-executor > div > div > div > div > div > div > div > ak-stage-identification > footer > ul > li > button > span > img,
li.pf-c-data-list__item > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1) {
filter: invert(0);
}
}
Describe the bug When using an OAuth Source for login, the Icon of the provider gets inverted when using the dark mode. In the screenshot, the GitLab icon is shown in blue instead of orange.
To Reproduce Steps to reproduce the behavior:
OAuth source
underFederation and Social login
Identification Stage
Expected behavior Icons are shown with original colors
Screenshots Dark mode
Light mode
Logs Output of docker-compose logs or kubectl logs respectively
Version and Deployment (please complete the following information):
Additional context Add any other context about the problem here.