Skip to content

Instantly share code, notes, and snippets.

@victorpolko
Created August 2, 2016 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save victorpolko/e7f95d57acfce1f25f837f372c3de347 to your computer and use it in GitHub Desktop.
Save victorpolko/e7f95d57acfce1f25f837f372c3de347 to your computer and use it in GitHub Desktop.
Remove Firefox Input Immediate Validation
:invalid {
box-shadow: none;
}
:-moz-submit-invalid {
box-shadow: none;
}
:-moz-ui-invalid {
box-shadow:none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment