Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Make required asterisks red
Browse files Browse the repository at this point in the history
Relies on rjsf-team/react-jsonschema-form#1001 which
will hopefully get merged in
  • Loading branch information
Dom Harrington committed Aug 7, 2018
1 parent 373980a commit 5fe29e3
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 5 deletions.
5 changes: 5 additions & 0 deletions packages/api-explorer/api-explorer.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ input[type='file'] {
flex: 1 1 150px;
}

/* Make required asterisks red */
.form-group .required {
color: #ef6363;
}

/* Style param category labels. */
legend {
font-weight: bold;
Expand Down
30 changes: 25 additions & 5 deletions packages/api-explorer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5fe29e3

Please sign in to comment.