mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove paper inputs
This commit is contained in:
parent
4a296d5125
commit
0ffbd3d563
12 changed files with 445 additions and 456 deletions
|
@ -48,7 +48,7 @@
|
|||
label.classList.add('inputLabel');
|
||||
label.classList.add('inputLabelUnfocused');
|
||||
|
||||
var instanceSupportsFloat = supportsFloatingLabel && this.type != 'date';
|
||||
var instanceSupportsFloat = supportsFloatingLabel && this.type != 'date' && this.type != 'time';
|
||||
|
||||
label.htmlFor = this.id;
|
||||
parentNode.insertBefore(label, this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue