Skip to content

Commit

Permalink
style: improve placeholder color ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Kiefer committed Nov 2, 2023
1 parent 3be4ad3 commit 8fb67c9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/form-js-editor/assets/form-js-editor-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,17 @@
display: none;
}

.fjs-no-json-lint .cm-activeLine,
.fjs-no-json-lint .cm-activeLineGutter {
background: none;
}

.fjs-no-json-lint .cm-placeholder {
font-size: 12px;
line-height: 16px;
color: var(--cds-text-placeholder, var(--color-grey-225-10-35));
}

.fjs-editor-container .fjs-form-editor {
display: flex;
flex: 1;
Expand Down

0 comments on commit 8fb67c9

Please sign in to comment.