mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
823f69bb92
commit
db0bac5a2b
22 changed files with 113 additions and 91 deletions
|
@ -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]]">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue