Changed how link highlight text is updated

Also added in widening of text box and different kerning options

Change-Id: I141251a2b3258de2cd8f7b0d47510ea9b7340fd4
diff --git a/web/gui2-topo-lib/lib/layer/forcesvg/forcesvg.component.html b/web/gui2-topo-lib/lib/layer/forcesvg/forcesvg.component.html
index 026ef87..633eccf 100644
--- a/web/gui2-topo-lib/lib/layer/forcesvg/forcesvg.component.html
+++ b/web/gui2-topo-lib/lib/layer/forcesvg/forcesvg.component.html
@@ -33,6 +33,7 @@
     <svg:g onos-linksvg [link]="link"
            *ngFor="let link of filteredLinks()"
            [highlightsEnabled]="highlightPorts"
+           [linkHighlight]="linksHighlighted.get(link.id)"
            (selectedEvent)="updateSelected($event)"
            [scale]="scale">
     </svg:g>