mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Initial port label behaviour
This commit is contained in:
@@ -272,3 +272,14 @@ g.link_unknown path.link_line {
|
||||
stroke-width: 2;
|
||||
stroke-dasharray: 10, 4;
|
||||
}
|
||||
|
||||
@keyframes port_label_fadeIn { from { opacity:0; } to { opacity:1; } }
|
||||
|
||||
.port_label_fadeIn {
|
||||
opacity:0;
|
||||
animation: 0.2s ease-in 0s 1 normal forwards port_label_fadeIn;
|
||||
fill: white;
|
||||
stroke: #999;
|
||||
stroke-width: 1;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user