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

Commit

Permalink
Fixes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Sep 4, 2014
1 parent e7b105f commit 21883af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core-item.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
font-weight: bold;
}

core-icon {
#icon {
margin: 0 16px 0 4px;
}

:host(.font-scalable) core-icon {
:host(.font-scalable) #icon {
margin: 0 1em 0 0.25em;
height: 1.5em;
width: 1.5em;
Expand Down
2 changes: 1 addition & 1 deletion core-item.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<link rel="stylesheet" href="core-item.css">

<core-icon src="{{src}}" icon="{{icon}}" hidden?="{{!src && !icon}}"></core-icon>
<core-icon src="{{src}}" id="icon" icon="{{icon}}" hidden?="{{!src && !icon}}"></core-icon>
<div id="label">{{label}}</div>
<content></content>

Expand Down

0 comments on commit 21883af

Please sign in to comment.