Skip to content

Commit

Permalink
update solution
Browse files Browse the repository at this point in the history
  • Loading branch information
leraMeleshchenko committed Jan 19, 2025
1 parent e9c4406 commit 69be497
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/styles/blocks/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
padding-left: 20px;
box-sizing: border-box;

&:-webkit-autofill {
background-color: white;
transition: background-color 5000s ease-in-out 0s;
}

&:focus {
outline: none;
border: 2px solid #0c797a;
Expand All @@ -43,6 +48,11 @@
@include on-desktop {
min-height: 128px;
}

&:-webkit-autofill {
background-color: white;
transition: background-color 5000s ease-in-out 0s;
}
}
}

Expand Down

0 comments on commit 69be497

Please sign in to comment.