Skip to content

Commit

Permalink
Merge pull request #11 from PolymerElements/shadow-dom
Browse files Browse the repository at this point in the history
fix shadow dom styling
  • Loading branch information
notwaldorf committed May 28, 2015
2 parents 591f515 + 5f97d30 commit 7bb8804
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions gold-phone-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,12 @@
width: 40px;
}

label.item-label {
left: 40px;
}
</style>

<template>
<paper-input-container id="container" auto-validate="[[autoValidate]]">

<label class="item-label" hidden$="[[!label]]">[[label]]</label>
<label style="left:40px;" hidden$="[[!label]]">[[label]]</label>

<div class="horizontal layout">
<span>+<span>[[countryCode]]</span></span>
Expand Down

0 comments on commit 7bb8804

Please sign in to comment.