Skip to content

Commit

Permalink
add task solution
Browse files Browse the repository at this point in the history
  • Loading branch information
LASHCH-Y committed Oct 20, 2024
1 parent 3b3468c commit e55bacd
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions src/styles/blocks/contact-form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,23 @@
opacity: 70%;
}



&__input:-webkit-autofill,
&__input:-internal-autofill-selected {
-webkit-text-fill-color: #fff;
background-color: $header-and-footer-background !important;
}
&__input:-webkit-autofill:hover,
&__input:-webkit-autofill:focus,
&__textarea:-webkit-autofill,
&__textarea:-webkit-autofill:hover,
&__textarea:-webkit-autofill:focus,
&__select:-webkit-autofill,
&__select:-webkit-autofill:hover,
&__select:-webkit-autofill:focus {
border-bottom: 1px solid #144ed4;
-webkit-text-fill-color: $footer-text-color;
background-color: $header-and-footer-background;
transition: background-color 5000s ease-in-out 0s;
}

&__input:autofill {
-webkit-text-fill-color: #fff;
background-color: $header-and-footer-background;
}

&__button {
display: inline-block;
Expand Down

0 comments on commit e55bacd

Please sign in to comment.