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

Firefox Invalid Input Support #17

Closed
holliepearson opened this issue Apr 20, 2017 · 0 comments
Closed

Firefox Invalid Input Support #17

holliepearson opened this issue Apr 20, 2017 · 0 comments

Comments

@holliepearson
Copy link

If using a defined input type, such as email, and the entered text doesn't validate as correct, firefox applies a styling. This can be fixed with:

input:invalid, textarea:invalid{
    box-shadow: none;
}
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

2 participants