Still Empty?
whether an input is showing its placeholder
input:placeholder-shown {
border-style: dashed;
}
input:not(:placeholder-shown) {
border-color: var(--brand);
} whether an input is showing its placeholder
input:placeholder-shown {
border-style: dashed;
}
input:not(:placeholder-shown) {
border-color: var(--brand);
}