Jorg3Lucas / jenkins-modern-themes

https://jorg3lucas.github.io/jenkins-modern-themes/
MIT License
23 stars 10 forks source link

SVG images not visible #85

Open IncredibleLou opened 7 months ago

IncredibleLou commented 7 months ago

I can no longer see SVG images (Login Button, Warning/Error Notifications) In the Jenkins LTS version 2.440.2 when I Use the modern themes.

image

Someone else experiencing it and has maybe a workaround? I am not really good with CSS, so any help is appreciated.

afrischknecht commented 4 months ago

I can confirm the issue. It looks to me like commit d75833e in the Jenkins code base is the reason for the invisible links in the page header.

While I am not a CSS expert either, the following snippet serves me as a workaround:

.page-header__hyperlinks a {
    color: #fff;
}

Just add an "Extra CSS" entry after the "CSS URL" entry and copy-paste the snippet ("Manage Jenkins" > "Appearance").