jenkins-material-theme
jenkins-material-theme copied to clipboard
Jenkins 2.332.1 - In Progress Icon Slightly misaligned
Description
Noticed on Jenkins LTS 2.332.1 that the progress bar is now slightly misaligned when using this theme in the color blue.
This issue is different from the previously reported issue: https://github.com/afonsof/jenkins-material-theme/issues/188
Print:
Video:
https://user-images.githubusercontent.com/90191555/161739304-4d890205-1981-46f5-ba86-4a21e4de1d0f.mov
Notes I already applied the previous fix reported on https://github.com/afonsof/jenkins-material-theme/issues/188
This solved the previous issue for LTS < 2.332.1
Hello, we are under the same issue with the 2.332.1 :(. We have also apply the precedent fix but this time it's not working. Simple theme plugin : 103.va_161d09c38c7
me too ( Jenkins 2.332.3 )
Using the following extra CSS instead of the original workaround/fix worked for us:
span[class*=anime] svg { display: none }