Skip to content

Commit

Permalink
fix input default style
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastasiiaHombalevska committed Sep 29, 2023
1 parent e662be5 commit a01a654
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/styles/form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
border-bottom: 1px solid $background-c-white;
margin-bottom: 40px;

&:autofill {
&:-webkit-autofill,
-webkit-autofill:hover,
-webkit-autofill:focus {
outline: 5px solid $c-default-blue;
background-color: transparent;
color: $background-c-white;
Expand Down

0 comments on commit a01a654

Please sign in to comment.