Skip to content

Chrome autofill changes input style #44

@Mitchdev

Description

@Mitchdev

image

Possible fix from here

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #18191b inset !important;  // #18191b bg-color
    -webkit-text-fill-color: #edeef0; // #edeef0 text-color
    caret-color: white;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions