You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That is actually a little bit of a challenge b/c of how Hover is implemented.
For example, Hover's "underline" border transitions don't actually use a CSS border property. (They use a pseudo element instead, which kind of acts like a div.) That said, if your use case allows, a workaround is possible.
Here is a pen that shows show to achieve the UnderlineFromLeft effect on a plain input:
Hello,
Great project, pls help me how to add style to input?
https://jsfiddle.net/xofbbfd8/
Thanks.
The text was updated successfully, but these errors were encountered: