Currently when performing an autofill for an eg. TextField the Browser will use a custom color to highlight the autofilled input. This currently works well in the dark mode but the difference is barely visible in light mode.
With the CSS pseudo selector https://developer.mozilla.org/de/docs/Web/CSS/Reference/Selectors/:autofill we could adjust this beavior.
Currently when performing an autofill for an eg. TextField the Browser will use a custom color to highlight the autofilled input. This currently works well in the dark mode but the difference is barely visible in light mode.
With the CSS pseudo selector https://developer.mozilla.org/de/docs/Web/CSS/Reference/Selectors/:autofill we could adjust this beavior.