Skip to content

Commit

Permalink
fixed css for iron-icon. got rid of support on the demo page for cust…
Browse files Browse the repository at this point in the history
…om colors (style it yourself!!)
  • Loading branch information
brenthosie committed Jul 23, 2015
1 parent c7b5a85 commit 3c320cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
10 changes: 5 additions & 5 deletions clearable-input.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
display: block;
right: 5px;
top: 0px; */
position:relative;


position:absolute;
cursor: pointer;
width: 12px;
height: 12px;
top: 0px;
right: 5px;
}
:host #iconWrapper iron-icon {
position: absolute;
display: block;
right: 5px;
top: 0px;
width: 12px;
height: 12px;
}
5 changes: 0 additions & 5 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@
<p>Disabled input</p>
<clearable-input placeholder="Hello World" value="Foo" is-disabled></clearable-input>
</div>

<div>
<p>Custom Colors</p>
<clearable-input placeholder="Hello World" value="Foo" backgroundColor="#000" color="white"></clearable-input>
</div>
</body>
<script>
</script>
Expand Down

0 comments on commit 3c320cc

Please sign in to comment.