Skip to content

Add native styles overriding for autofill input

Administrator requested to merge code-insights/autofill-styles into main

Created by: vovakulikov

Fixes: https://github.com/sourcegraph/sourcegraph/issues/21144

In order to override native autofill styles, this PR uses this trick to do that https://css-tricks.com/snippets/css/change-autocomplete-styles-webkit-browsers/

Light theme

image

Dark theme

image

Merge request reports

Loading