[NIFI-13280] hide flash of textarea when opening nf-editor (#8865)

This closes #8865
This commit is contained in:
Scott Aslan 2024-05-22 11:07:40 -04:00 committed by GitHub
parent 3467f6d1d5
commit ac023db555
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,6 +47,10 @@
lighter-contrast
);
.ngx-codemirror {
display: none;
}
.cm-s-nifi.CodeMirror {
@extend .surface-contrast;
background-color: if($is-dark, $nifi-theme-surface-palette-darker, $nifi-theme-surface-palette-lighter);