update polymer
This commit is contained in:
@@ -37,12 +37,12 @@ Custom property | Description | Default
|
||||
:host {
|
||||
display: inline-block;
|
||||
visibility: hidden;
|
||||
float: left;
|
||||
|
||||
color: var(--paper-input-container-invalid-color, --google-red-500);
|
||||
|
||||
@apply(--paper-font-caption);
|
||||
@apply(--paper-input-error);
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
:host([invalid]) {
|
||||
@@ -51,7 +51,7 @@ Custom property | Description | Default
|
||||
</style>
|
||||
|
||||
<content></content>
|
||||
|
||||
|
||||
</template>
|
||||
</dom-module>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user