Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email fields hover border not specified? #17

Open
llanverygranger opened this issue Mar 16, 2017 · 0 comments
Open

Email fields hover border not specified? #17

llanverygranger opened this issue Mar 16, 2017 · 0 comments

Comments

@llanverygranger
Copy link

When regular text fields are clicked into (inside a form) the border glows orange, however this is not the same for email fields.

I think you need to add this to your CSS:

input.form-email:focus
{
  border-color: #ef951d;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant