Css changes for inputs

Issue #404 resolved
Brian Lewis repo owner created an issue

1) The css rules to assign green text to valid, dirty inputs (form .ng-valid.ng-dirty) is jarring. Its particularly weird when the input is not part of data being saved anywhere - like a login dialog or a filter.

Remove this rule.

2) add some simple rules to exploit angular animation, for inputs or groups of input that are visible conditionally on some other inut (cf Qualifications dialog.)

These animations will be activated by adding the class conditional to the element that carries the ng-show or ng-if

Comments (1)

  1. Log in to comment