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 c3f4905eca [NIFI-13920] fix draggable icon color while dragging (#9438)
c3f4905eca is described below
commit c3f4905eca1a3e0d8efd4354a267e7b7b7f72d2a
Author: Scott Aslan <[email protected]>
AuthorDate: Thu Oct 24 10:53:36 2024 -0600
[NIFI-13920] fix draggable icon color while dragging (#9438)
This closes #9438
---
.../canvas/header/new-canvas-item/_new-canvas-item.component-theme.scss | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/flow-designer/ui/canvas/header/new-canvas-item/_new-canvas-item.component-theme.scss
b/nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/flow-designer/ui/canvas/header/new-canvas-item/_new-canvas-item.component-theme.scss
index d3adeb46b7..203bc51b40 100644
---
a/nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/flow-designer/ui/canvas/header/new-canvas-item/_new-canvas-item.component-theme.scss
+++
b/nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/flow-designer/ui/canvas/header/new-canvas-item/_new-canvas-item.component-theme.scss
@@ -59,7 +59,7 @@
&.cdk-drag-dragging {
color: $material-theme-secondary-palette-default;
- mix-blend-mode: hard-light; // Make sure the dragged icon is
always visible
+ mix-blend-mode: difference; // Make sure the dragged icon is
always visible
}
}