sindresorhus / modern-normalize

🐒 Normalize browsers' default style
MIT License
6.16k stars 358 forks source link

Placeholder opacity in FireFox #46

Open heyaco opened 3 years ago

heyaco commented 3 years ago

FireFox (latest version as of posting) has a slightly lower opacity for input placeholders. See my screenshot below. You fix this with:

input::placeholder { opacity: 1; }

I suggest adding it to your normalizer.

Capture