Answer the question
In order to leave comments, you need to log in
:after not firing on :focus on input?
.wpcf7-form-control-wrap:after {
content: '';
display: block;
margin: auto;
height: 1px;
width: 0%;
position: absolute;
bottom: -12px;
left: 7px;
background: transparent;
transition: width .8s ease-in-out, background-color .8s ease-in-out;
}
.wpcf7-form-control-wrap:focus:after {
width: 100%;
background: #fec900;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question