Skip to content

Commit

Permalink
feat: disable interaction with disabled markdown form field
Browse files Browse the repository at this point in the history
Related to #101
  • Loading branch information
philippfromme committed Jun 23, 2021
1 parent 3954772 commit fcbbf52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/form-js-viewer/assets/form-js.css
Original file line number Diff line number Diff line change
Expand Up @@ -237,4 +237,9 @@

.fjs-container .fjs-form-field-text a {
color: var(--color-blue-darken-48);
}

.fjs-container .fjs-form-field-text.fjs-disabled {
color: var(--color-text);
pointer-events: none;
}

0 comments on commit fcbbf52

Please sign in to comment.