From 0f56c750fa163c5d115a10d3d3e47a09518f3a23 Mon Sep 17 00:00:00 2001 From: lablancas Date: Sat, 11 Oct 2014 11:52:55 -0500 Subject: [PATCH] Add No Repeat for core-icon with src --- core-icon.html | 1 + 1 file changed, 1 insertion(+) diff --git a/core-icon.html b/core-icon.html index c889d58..628cacf 100644 --- a/core-icon.html +++ b/core-icon.html @@ -132,6 +132,7 @@ icon.style.backgroundImage = 'url(' + this.src + ')'; icon.style.backgroundPosition = 'center'; icon.style.backgroundSize = '100%'; + icon.style.backgroundRepeat = 'no-repeat'; if (!icon.parentNode) { this.appendChild(icon); }