Skip to content

Commit

Permalink
Merge pull request #406 from fahad-aot/bugfix/fwf-4173-Enable-hidden-…
Browse files Browse the repository at this point in the history
…field-taskvariables

Bugfix/fwf 4173 enable hidden field taskvariables
  • Loading branch information
arun-s-aot authored Jan 8, 2025
2 parents e34ecdd + a832d62 commit f0a1483
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions forms-flow-theme/scss/external/formio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,18 @@ $secondary: var(--ff-secondary);
padding: 0;
cursor: none;
}
&.taskvariable-hiddent-component {
label {
text-align: center;
border: dashed 1px !important;
padding: 5px;
cursor: pointer;
}

input {
display: none;
}
}
}
}
}
Expand Down

0 comments on commit f0a1483

Please sign in to comment.