This is an automated email from the ASF dual-hosted git repository.
rfellows pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new ac023db555 [NIFI-13280] hide flash of textarea when opening nf-editor
(#8865)
ac023db555 is described below
commit ac023db555f8845d7414fdda37e39a96ceb4ded8
Author: Scott Aslan <[email protected]>
AuthorDate: Wed May 22 11:07:40 2024 -0400
[NIFI-13280] hide flash of textarea when opening nf-editor (#8865)
This closes #8865
---
.../src/main/nifi/src/assets/styles/_codemirror-theme.scss | 4 ++++
1 file changed, 4 insertions(+)
diff --git
a/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/assets/styles/_codemirror-theme.scss
b/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/assets/styles/_codemirror-theme.scss
index 2f76db66fd..abe97a1150 100644
---
a/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/assets/styles/_codemirror-theme.scss
+++
b/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/assets/styles/_codemirror-theme.scss
@@ -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);