From a411d81e9a7e1bcaba4294d5b17d9c0e721687f8 Mon Sep 17 00:00:00 2001 From: Andrew Stoltz Date: Mon, 29 Feb 2016 09:20:58 -0600 Subject: [PATCH] Plugin for Jenkins Favorite plugin --- images/heart.svg | 1 + less/images.less | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 images/heart.svg diff --git a/images/heart.svg b/images/heart.svg new file mode 100644 index 00000000..320c4ee4 --- /dev/null +++ b/images/heart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/less/images.less b/less/images.less index 9aa352e1..17a8b60c 100644 --- a/less/images.less +++ b/less/images.less @@ -64,6 +64,18 @@ animation: rotating 2s linear infinite; } +.icon-star, [src$='/star.png'] { + .icon-img('../images/heart.svg', @color-grey); +} + +[src$='/star-gold.png'] { + .icon-img('../images/heart.svg', @color-red); +} + +[src$='/star.png'], [src$='/star-gold.png'] { + .icon(@size-md); +} + [src$='/shelve-project-icon.png'] { .icon(@size-md); .icon-img('../images/package-variant.svg', @color-grey);