All the icons in Jenkins are hardcoded as images in the Jelly scripts.  We 
were hoping to move away from this (ala Doony) by using CSS + some 
Javascript (for the animation).  Seems like this is not possible to do 
without getting into screen-scraping hacks 
<https://github.com/tfennelly/jenkins/blob/orb-orb/core/src/main/resources/lib/layout/orb.js#L80>
 
because the <img>s are used out in plugins too (not just in the core 
Jenkins code) e.g. the maven plugin.

I guess this means we're stuck with using images Vs CSS +Javascript ?

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to