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

Commit

Permalink
remove cursor: pointer, whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott J. Miles committed Apr 17, 2014
1 parent c00c50b commit c2bfb5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion core-icon.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
:host {
display: inline-block;
vertical-align: middle;
cursor: pointer;
background-repeat: no-repeat;
}
5 changes: 5 additions & 0 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,29 @@
<core-icon icon="{{}}"></core-icon>
</template>
</div>

<div theme="core-light-theme">
<template repeat="{{}}">
<core-icon icon="{{}}"></core-icon>
</template>
</div>

<div theme="core-dark-theme" style="background-color: #333;">
<template repeat="{{}}">
<core-icon icon="{{}}"></core-icon>
</template>
</div>

<br />

<div theme="core-light-theme">
<template repeat="{{}}">
<span style="display: inline-block; width: 164px; border: 1px dotted whitesmoke;">
<core-icon style="vertical-align: middle;" icon="{{}}"></core-icon> <span style="vertical-align: middle; font: bold 1em sans-serif;">{{}}</span>
</span>
</template>
</div>

<core-icon id="meta"></core-icon>

<script>
Expand Down

0 comments on commit c2bfb5e

Please sign in to comment.