scottyaslan commented on code in PR #8714:
URL: https://github.com/apache/nifi/pull/8714#discussion_r1585182484
##########
nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-frontend/src/main/nifi/src/assets/styles/_app.scss:
##########
@@ -354,8 +353,9 @@
}
.property-editor {
- background-color: $nifi-theme-surface-palette-darker;
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
+ background-color: var(--mat-menu-container-color);
+ box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
+ border-radius: 4px;
Review Comment:
Good catch. I have updated it to be positioned like the other resized
handles:

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]