Avoid hightlighted link covering link label

Hi, I have labeled links. When a link is selected, the label is covered by the link whereas it is not when not selected. How can avoid this. I see the same in your sample below. Also, how can I change the highlight color:

You’ll want to customize the selectionAdornmentTemplate for the link. You can set the stroke to some color and the layerName to “Background” if you want it to be behind the link. If you do this, there is a minor bug that may cause some console warnings that we’re looking into.

If you want more control over the layering order, you could instead use label nodes, which can specify a layer themselves since they are Parts.