keboola / indigo-ui

Indigo UI library, its CSS and React components. Also Styleguide app showing usages of this library.
https://indigo.keboola.com
MIT License
5 stars 0 forks source link

Firefox - fix login placeholders #401

Closed natocTo closed 4 years ago

natocTo commented 4 years ago

Pokud mám :-webkit-autofill rovnou přilepené u :focus a :valid, tak firefox ignoruje celý ten blok. Nerozumím proč. Když to takto oddělím tak to funguje ok (valid pokryje asi i ten autofill u Firefoxu to vypadá).

ujovlado commented 4 years ago

Tak FF nepozna -webkit-autofill (mozno ma `-moz-autofill), takze to je asi legitimne, ze ignoruje selector, ktory nepozna.

natocTo commented 4 years ago

No já myslel že bude ignorovat pouze ten jeden selector, ale tam jsou 3 jakoby, a on ignoroval všechny 3.

ujovlado commented 4 years ago

Aha, myslis akoze cele x, y, z { ... } ... rozumiem