Skip to content

Commit 7e28983

Browse files
committed
Fixing css for info-icon mouse hover
1 parent fbd3220 commit 7e28983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/core/component/graph-display/graph-display.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ <h4 style="margin: 1em">Relations of {{currentPattern?.name}}</h4>
169169
<image *ngIf="enableDeletePattern" data-click="delete" data-content="patternLanguageId" class="node-action"
170170
width="10" x="80" y="-20" xlink:href="assets/delete.svg"/>
171171
<image data-click="info" data-content="patternLanguageId" width="10" x="95"
172-
xlink:href="assets/Info_Simple_bw.svg"
172+
xlink:href="assets/Info_Simple_bw.svg" class="node-action"
173173
y="-20"/>
174174
<text class="text" data-click="title" data-content="title" dominant-baseline="middle"
175175
height="50" text-anchor="middle" style="font-weight: bold"

0 commit comments

Comments
 (0)