modern-normalize icon indicating copy to clipboard operation
modern-normalize copied to clipboard

Placeholder opacity in FireFox

Open heyaco opened this issue 4 years ago • 0 comments

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

heyaco avatar Jan 24 '21 03:01 heyaco