Merge pull request #670 from dod-ccpo/to-officers-invite-disabled-field-fix

TO Officers Invite - IE bug in disabled DoD ID fields
This commit is contained in:
leigh-mil
2019-02-21 10:03:07 -05:00
committed by GitHub

View File

@@ -385,4 +385,10 @@ select {
box-shadow: none; box-shadow: none;
} }
} }
&.usa-input--success {
input[disabled] {
color: $color-gray-light;
}
}
} }