Float label support for textarea
parent
d783c2257d
commit
627396f031
|
@ -47,8 +47,14 @@
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.p-float-label textarea ~ label {
|
||||||
|
top: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
.p-float-label input:focus ~ label,
|
.p-float-label input:focus ~ label,
|
||||||
.p-float-label input.p-filled ~ label,
|
.p-float-label input.p-filled ~ label,
|
||||||
|
.p-float-label textarea:focus ~ label,
|
||||||
|
.p-float-label textarea.p-filled ~ label,
|
||||||
.p-float-label .p-inputwrapper-focus ~ label,
|
.p-float-label .p-inputwrapper-focus ~ label,
|
||||||
.p-float-label .p-inputwrapper-filled ~ label {
|
.p-float-label .p-inputwrapper-filled ~ label {
|
||||||
top: -.75rem;
|
top: -.75rem;
|
||||||
|
|
Loading…
Reference in New Issue