Skip to content

Commit

Permalink
Merge pull request #318 from fecgov/defect/316-cpd-read-only
Browse files Browse the repository at this point in the history
Made contribution purpose description read only on transaction screen
  • Loading branch information
mjtravers authored May 31, 2022
2 parents 3d38fb0 + c73cd29 commit 218e731
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ <h3>Additional Information</h3>
pInputTextarea
[autoResize]="true"
formControlName="contribution_purpose_descrip"
class="readonly"
readonly
></textarea>
<app-error-messages
[form]="form"
Expand Down
2 changes: 1 addition & 1 deletion front-end/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ label.disabled {
}

.readonly {
background-color: lightgray;
background-color: #F1F1F1;
}

.memo-checkbox-note {
Expand Down

0 comments on commit 218e731

Please sign in to comment.