mirror of https://github.com/apache/nifi.git
[NIFI-13920] fix draggable icon color while dragging (#9438)
This closes #9438
This commit is contained in:
parent
63d9e1d170
commit
c3f4905eca
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue