Skip to content

Instantly share code, notes, and snippets.

@brunolm
Created July 17, 2017 22:21
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 brunolm/2213c2ceceec19165ca10830d8001510 to your computer and use it in GitHub Desktop.
Save brunolm/2213c2ceceec19165ca10830d8001510 to your computer and use it in GitHub Desktop.
Angular validation CSS Styles
.ng-invalid.ng-touched:not(:focus):not(form) { border: 1px solid red; }
.ng-untouched ~ span, :focus ~ span { display: none; }
.ng-valid ~ span { display: none; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment