mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 13:19:39 +02:00
Use placeholder-shown:
for reduced opacity (#615)
This commit is contained in:
parent
b812b6d8c9
commit
2bbf120e2f
1 changed files with 2 additions and 1 deletions
|
@ -42,8 +42,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-field__input {
|
.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 focus:outline-none focus:ring-0 focus:opacity-100;
|
||||||
|
@apply placeholder-shown:opacity-50;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-field__submit {
|
.form-field__submit {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue