We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd3220 commit 7e28983Copy full SHA for 7e28983
src/app/core/component/graph-display/graph-display.component.html
@@ -169,7 +169,7 @@ <h4 style="margin: 1em">Relations of {{currentPattern?.name}}</h4>
169
<image *ngIf="enableDeletePattern" data-click="delete" data-content="patternLanguageId" class="node-action"
170
width="10" x="80" y="-20" xlink:href="assets/delete.svg"/>
171
<image data-click="info" data-content="patternLanguageId" width="10" x="95"
172
- xlink:href="assets/Info_Simple_bw.svg"
+ xlink:href="assets/Info_Simple_bw.svg" class="node-action"
173
y="-20"/>
174
<text class="text" data-click="title" data-content="title" dominant-baseline="middle"
175
height="50" text-anchor="middle" style="font-weight: bold"
0 commit comments