Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

icons on view/all/builds are missing #88

Open
pniederlag opened this issue Jan 5, 2022 · 4 comments
Open

icons on view/all/builds are missing #88

pniederlag opened this issue Jan 5, 2022 · 4 comments
Labels

Comments

@pniederlag
Copy link

Jenkins 2.319.1
neo2-theme v0.6.0-25-g65f8082

we are missing the status icons on the build-history (view/all/builds)

class="build-status-icon__wrapper icon-blue-anime"

@pniederlag
Copy link
Author

It is - howerver - working on individual jobs. There i find this markup on the outer wrapper

<span style="width: 32px; height: 32px; " class="build-status-icon__wrapper icon-blue icon-lg" />

As soon as i drop the style attribute ande the icon-lg class the icon is missing there as well

@pniederlag
Copy link
Author

As soon as I add 'icon-lg' on the view/all/builds the icons show up again...

@pniederlag
Copy link
Author

pniederlag commented May 10, 2022

$$('.build-status-icon__wrapper').invoke('addClassName', 'icon-lg');

fixes it... however... how to either apply this code or how to fix this at the root?

@TobiX
Copy link
Owner

TobiX commented May 10, 2022

All the icon-<size> classes seem to be on their way out in Jenkins, so I don't know what themes should do to fix this. I'll probably get rid of all sizing rules, if possible...

@TobiX TobiX added the bug label May 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants