From c77a1a88089f1689931579eab2df78405b7efe75 Mon Sep 17 00:00:00 2001 From: Aleksandar Totic Date: Thu, 20 Nov 2014 22:52:38 -0800 Subject: [PATCH] background-repeat should target div without this div, core-icon icons repeat if size does not match --- core-icon.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/core-icon.css b/core-icon.css index 168a5b5..55a874c 100644 --- a/core-icon.css +++ b/core-icon.css @@ -8,9 +8,12 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN html /deep/ core-icon { display: inline-block; vertical-align: middle; - background-repeat: no-repeat; fill: currentcolor; position: relative; height: 24px; width: 24px; -} \ No newline at end of file +} + +html /deep/ core-icon > div { + background-repeat: no-repeat; +}