jenkins-modern-themes icon indicating copy to clipboard operation
jenkins-modern-themes copied to clipboard

SVG images not visible

Open IncredibleLou opened this issue 11 months ago • 1 comments

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.

IncredibleLou avatar Mar 26 '24 11:03 IncredibleLou

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").

afrischknecht avatar Jul 12 '24 11:07 afrischknecht