update components
This commit is contained in:
@@ -73,7 +73,7 @@ style this element.
|
||||
:host {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
:host([focused]) {
|
||||
outline: none;
|
||||
}
|
||||
@@ -97,6 +97,10 @@ style this element.
|
||||
input:-ms-input-placeholder {
|
||||
color: var(--paper-input-container-color, --secondary-text-color);
|
||||
}
|
||||
|
||||
label {
|
||||
pointer-events: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
<paper-input-container no-label-float="[[noLabelFloat]]" always-float-label="[[_computeAlwaysFloatLabel(alwaysFloatLabel,placeholder)]]" auto-validate$="[[autoValidate]]" disabled$="[[disabled]]" invalid="[[invalid]]">
|
||||
|
||||
Reference in New Issue
Block a user