Add RED.view.annotations api

This commit is contained in:
Nick O'Leary
2021-06-24 17:40:26 +01:00
parent d6f6efc189
commit 844bf29de1
5 changed files with 200 additions and 59 deletions

View File

@@ -81,6 +81,11 @@
--red-ui-node-status-changed-border: #{$node-status-changed-border};
--red-ui-node-status-changed-background: #{$node-status-changed-background};
--red-ui-node-border: #{$node-border};
--red-ui-node-port-background:#{$node-port-background};
--red-ui-node-label-color: #{$node-label-color};
--red-ui-node-selected-color: #{$node-selected-color};
--red-ui-port-selected-color: #{$port-selected-color};