mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
Use placeholder-shown: for reduced opacity (#615)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user