Skip to content

Commit

Permalink
Datasource Config: adds back correct styles for autofill fields (#24671)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugohaggmark committed May 14, 2020
1 parent 54a9016 commit 9481b7b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions public/sass/base/_forms.scss
Expand Up @@ -230,3 +230,18 @@ input[type='checkbox'].cr1:checked + label {
background-image: $form-icon-danger;
}
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0px 1000px $input-bg inset !important;
-webkit-text-fill-color: $input-color !important;
box-shadow: 0 0 0px 1000px $input-bg inset;
}

0 comments on commit 9481b7b

Please sign in to comment.