mirror of
https://github.com/apache/nifi.git
synced 2025-02-07 18:48:51 +00:00
[NIFI-13280] hide flash of textarea when opening nf-editor (#8865)
This closes #8865
This commit is contained in:
parent
3467f6d1d5
commit
ac023db555
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user