From 9191b9bebdd248423bc0d08068f8714dd604f3d5 Mon Sep 17 00:00:00 2001 From: frankiefu Date: Thu, 24 Oct 2013 10:53:58 -0700 Subject: [PATCH] polymer-ui-icon: revert back to use light icon on dark-theme --- polymer-ui-icon/polymer-ui-icon.css | 2 +- polymer-ui-icon/polymer-ui-icon.html | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/polymer-ui-icon/polymer-ui-icon.css b/polymer-ui-icon/polymer-ui-icon.css index a257af9..c0cae6a 100644 --- a/polymer-ui-icon/polymer-ui-icon.css +++ b/polymer-ui-icon/polymer-ui-icon.css @@ -16,7 +16,7 @@ license that can be found in the LICENSE file. } .polymer-ui-light-icon, .polymer-ui-dark-theme { - background-position: -24px 0; + background-position: -72px 0; } .polymer-ui-icons { diff --git a/polymer-ui-icon/polymer-ui-icon.html b/polymer-ui-icon/polymer-ui-icon.html index fb5eb13..87817be 100644 --- a/polymer-ui-icon/polymer-ui-icon.html +++ b/polymer-ui-icon/polymer-ui-icon.html @@ -156,7 +156,6 @@ if (themes[theme] === undefined) { var offset = parseFloat( getComputedStyle(node).backgroundPosition.split(' ').shift()); - console.log('calcThemeOffset', theme, offset) themes[theme] = offset; } return themes[theme];