JohnAlbin / normalize-scss

This is the Sass version of Normalize.css, a collection of HTML element and attribute rulesets to normalize styles across all browsers.
https://github.com/JohnAlbin/normalize-scss#latest-versions
MIT License
1.44k stars 254 forks source link

Request for placeholder normalization #136

Closed sascha-haenlein closed 1 year ago

sascha-haenlein commented 6 years ago

If you use placeholder in input fields the style differs in Firefox because they manipulate the opacity. Could you please add opacity and color to be reset?

I need to do this to get equal results: *::placeholder { color: gray; opacity: 1; }

garrettw commented 6 years ago

This issue has already been raised by multiple people. You might read through some of those threads to see what the outcome was.