normalize.css icon indicating copy to clipboard operation
normalize.css copied to clipboard

Normalize Mozilla Firefox placeholder opacity

Open DanielPietrasik opened this issue 8 years ago • 3 comments

Windows/Mozilla Firefox Quantum 59.0.2 (x64). The placeholder has opacity.

Solution: ::-moz-placeholder{opacity:1}

Normalize for all browsers (probably unnecessary) ::-webkit-input-placeholder{opacity:1} ::-moz-placeholder{opacity:1} :-ms-input-placeholder{opacity:1}

DanielPietrasik avatar Apr 11 '18 13:04 DanielPietrasik

Instead of normalizing Firefox, Webkit normalization should be returned. It was removed due to a bug in Edge, but this bug was fixed in Edge 15. Old versions of Edge lower than 15 have very low usage statics: 0.12% total

shrpne avatar Aug 15 '18 16:08 shrpne

An up-to-date look at UA styles for placeholder text: https://github.com/whatwg/html/issues/2561#issuecomment-569920124

fvsch avatar Dec 31 '19 18:12 fvsch

Revert #603 maybe?

marsjaninzmarsa avatar Jan 02 '20 07:01 marsjaninzmarsa