Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
polymer-ui-icon: revert back to use light icon on dark-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Oct 24, 2013
1 parent ccbdce7 commit 9191b9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion polymer-ui-icon/polymer-ui-icon.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 0 additions & 1 deletion polymer-ui-icon/polymer-ui-icon.html
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 9191b9b

Please sign in to comment.