editor: show comment tip next to blocks containing comments
[fnpeditor.git] / src / editor / modules / documentCanvas / canvas / genericElement.less
index c935a79..dcc23f4 100644 (file)
     font-family: monospace;
     z-index:9999;
     white-space: nowrap;
+}
+
+.comment-tip {
+    position:absolute;
+    left:-15px;
+    top:3px;
+    opacity: 0.25;
+}
+
+.current-node-element > .canvas-widgets > .comment-tip {
+    opacity: 1;
 }
\ No newline at end of file