[NIFI-13920] fix draggable icon color while dragging (#9438)

This closes #9438
This commit is contained in:
Scott Aslan 2024-10-24 10:53:36 -06:00 committed by GitHub
parent 63d9e1d170
commit c3f4905eca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
}