Skip to content

Commit

Permalink
resolvendo erro de standar transition property em forms.css
Browse files Browse the repository at this point in the history
  • Loading branch information
RFerraz1984 committed Jul 20, 2024
1 parent a56f416 commit faeb6f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _sass/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ input, textarea {
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
transition: all 0.30s ease-in-out; /* added standard transition property */
outline: none;
border: 1px solid #DDDDDD;
}
Expand Down

0 comments on commit faeb6f7

Please sign in to comment.