Use placeholder-shown: for reduced opacity (#615)

This commit is contained in:
Pieter Beulque
2024-04-13 14:49:48 +02:00
committed by GitHub
parent b812b6d8c9
commit 2bbf120e2f

View File

@@ -42,8 +42,9 @@
}
.form-field__input {
@apply p-3 w-full bg-transparent border-none opacity-50;
@apply p-3 w-full bg-transparent border-none opacity-100;
@apply focus:outline-none focus:ring-0 focus:opacity-100;
@apply placeholder-shown:opacity-50;
}
.form-field__submit {