openaustralia/morph

View on GitHub
app/assets/stylesheets/global/_form.scss

Summary

Maintainability
Test Coverage
// Style links in errors in forms the same colour as the main bit of the text
.simple_form .has-error a {
  color: inherit;
  text-decoration: underline;
}