diff --git a/polymer-ui-icon/polymer-ui-icon.html b/polymer-ui-icon/polymer-ui-icon.html index 5309863..8e99673 100644 --- a/polymer-ui-icon/polymer-ui-icon.html +++ b/polymer-ui-icon/polymer-ui-icon.html @@ -136,10 +136,10 @@ this.style.backgroundImage = 'url(' + this.src + ')'; this.updateIcon(); }, - themeChanged: function(old) { + activeThemeChanged: function(old) { this.super(arguments); this.style.backgroundPosition = ''; - this.bx = calcThemeOffset(this.theme, this); + this.bx = calcThemeOffset(this.activeTheme, this); this.updateIcon(); }, updateIcon: function() { diff --git a/polymer-ui-menu/polymer-ui-menu.html b/polymer-ui-menu/polymer-ui-menu.html index b5b2cf0..ee0927d 100644 --- a/polymer-ui-menu/polymer-ui-menu.html +++ b/polymer-ui-menu/polymer-ui-menu.html @@ -57,22 +57,23 @@ - +