update textarea

This commit is contained in:
Luke Pulverenti 2016-06-23 01:25:16 -04:00
parent b1cca31fa5
commit b3e4c65c0b
29 changed files with 302 additions and 50 deletions

View file

@ -74,6 +74,10 @@ style this element.
display: block;
}
:host([hidden]) {
display: none !important;
}
input::-webkit-input-placeholder {
color: var(--paper-input-container-color, --secondary-text-color);
}
@ -95,7 +99,7 @@ style this element.
<content select="[prefix]"></content>
<label hidden$="[[!label]]">[[label]]</label>
<label hidden$="[[!label]]" aria-hidden="true">[[label]]</label>
<input is="iron-input" id="input"
aria-labelledby$="[[_ariaLabelledBy]]"