On Tuesday, June 24, 2014 11:46:38 AM UTC+1, Tom Fennelly wrote: > > > On Friday, June 20, 2014 11:20:29 PM UTC+1, Tom Fennelly wrote: >> >> Moving away from <img> based icons to using CSS does not mean we have to >> change the actual icons that are visible to the user, so I think maybe we >> can avoid a debate on that for now. I'm currently working on the CSS to >> back this up and, at the moment, the user still sees the same old icons. >> > > I created a WIP pull request for jenkins core changes relating to this: > https://github.com/jenkinsci/jenkins/pull/1297 >
After talking to Stephen Connolly, seems like the best first step is a straight replacement for the img icons with an icon tag that just renders the img as is. A future changeset can introduce CSS. So... working on this now: https://github.com/tfennelly/jenkins/tree/icon-tag I've just translated the "obvious" ones so far (ones that I could automate the translation of via script)... need to do another sweep now and translate the less obvious ones. -- 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.
