Skip to content

Commit

Permalink
Fixing css for info-icon mouse hover
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeisel committed Nov 18, 2020
1 parent fbd3220 commit 7e28983
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ <h4 style="margin: 1em">Relations of {{currentPattern?.name}}</h4>
<image *ngIf="enableDeletePattern" data-click="delete" data-content="patternLanguageId" class="node-action"
width="10" x="80" y="-20" xlink:href="assets/delete.svg"/>
<image data-click="info" data-content="patternLanguageId" width="10" x="95"
xlink:href="assets/Info_Simple_bw.svg"
xlink:href="assets/Info_Simple_bw.svg" class="node-action"
y="-20"/>
<text class="text" data-click="title" data-content="title" dominant-baseline="middle"
height="50" text-anchor="middle" style="font-weight: bold"
Expand Down

0 comments on commit 7e28983

Please sign in to comment.