How to change label color while input field is focused? #668
Kavin-Sunware
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried this css:
.my-phone-input:focus + .special-label {
color: blue;
}
Beta Was this translation helpful? Give feedback.
All reactions