Skip to content

Commit

Permalink
Use placeholder-shown: for reduced opacity (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterbeulque authored Apr 13, 2024
1 parent b812b6d commit 2bbf120
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/stylesheets/application.tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2bbf120

Please sign in to comment.