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
commit cac3a00b63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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